mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Access to MarkdownParserContext from IMarkdownExtension.PipelineOnDocumentProcessed()? #571
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pm64 on GitHub (Oct 13, 2022).
Is is possible to access, or arrange things so that access is possible to MarkdownParserContext from PipelineOnDocumentProcessed()? I'm not seeing any obvious way, perhaps I'm missing something.
@xoofx commented on GitHub (Oct 21, 2022):
No, but as
DocumentProcessedis at the very end of the Markdown Parser method, you can add a call yourself in-between the call to the parser and the renderer.