Markdown Monster
mmcli not firing BeforeMarkdownRendered()
Gravatar is a globally recognized avatar based on your email address. mmcli not firing BeforeMarkdownRendered()
  AAlbelo
  All
  Aug 16, 2024 @ 06:28am

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?

Gravatar is a globally recognized avatar based on your email address. re: mmcli not firing BeforeMarkdownRendered()
  Rick Strahl
  AAlbelo
  Aug 17, 2024 @ 12:22pm

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 ---

© 1996-2025