Guest User

Untitled

a guest
Nov 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. thoughts on how to handle table cell formatting
  2.  
  3. + I think "double parsing" is required, so **disallow table cell formatting if we cannot tolerate double-parsing**
  4.  
  5. + double parsing **can** be done inside Pod.nqp with a sub instead of calling the parser
  6.  
  7. + the parsing would result in a twine for each cell
  8.  
  9. + handling would require renderers to recognize each table cell contains a twine structure rather than a simple string
  10.  
  11. + consider making a twine a first-class object
  12.  
  13. + document the twine structure (or object) inside the code as well as in the glossary
Add Comment
Please, Sign In to add comment