activeRenderer callbacks
·
Marc Barrot has written 3 new callbacks into `activeRendererSuite.activeRenderer` for activeRenderer v2.4.6. I’ve gotten the Markdown tool to now use these callbacks. The 3 callbacks are processNode, preProcess and `postProcess`. `processNode` is the equivalent to `getText` and `preProcess` is the equivalent to `if ol`. `postProcess` is called just before the final `return` of the script. I…