Commit 00ae2c61a47e09bb7643f0a7153c2009b7537e09 Parent 70545251f4d1685a600e8eeb7b78eea430613b94 Author John MacFarlane <jgm@berkeley.edu> Date Sat, 19 Dec 2015 15:26:18 -0800 Added RAW_BLOCK and RAW_INLINE node types. These are passed through verbatim by all writers, with no escaping. They are never generated by the parser, and do not correspond to CommonMark elements. They are designed to be inserted by filters that postprocess the AST. For example, a filter might convert specially marked code blocks to svg diagrams in HTML and tikz diagrams in LaTeX, passing these through to the renderer as a RAW_BLOCK.