Commit b0a6c472f881a3e0a7b61722fb6fddbcc39e5139 Parent 774ac507fc7e86c6fe0d7b16a3c1abaed4849fab Author John MacFarlane <jgm@berkeley.edu> Date Sat, 19 Dec 2015 21:15:43 -0800 Changed API for CUSTOM_BLOCK and CUSTOM_INLINE. Instead of using their `as.literal` content, we now give each custom node *two* literal fields, one to be printed on entering the node (before rendering the children, if any), the other on exiting (after rendering children). This gives us the flexibility to have custom nodes with children.