Markdown Monster
mmcli not firing BeforeMarkdownRendered()
I have a render extension that parses custom markdown tokens and replaces them with content that needs to be inserted during the BeforeMarkdownRendered step of the document render pipeline. However, while trying to automate the generation of html documents with mmcli, I discovered that mmcli does not fire this step. Is there an architectural reason and if so, is there an equivalent place in the pipeline into which I can inject content?
Uh, that certainly does work with the latest version. Didn't we just have this discussion a a couple of weeks ago?
You need to make sure you initialize your render extension in OnApplicationStart()
.
+++ Rick ---