Access to MarkdownParserContext from IMarkdownExtension.PipelineOnDocumentProcessed()? #571

Open
opened 2026-01-29 14:40:04 +00:00 by claunia · 1 comment
Owner

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.

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.
claunia added the question label 2026-01-29 14:40:04 +00:00
Author
Owner

@xoofx commented on GitHub (Oct 21, 2022):

No, but as DocumentProcessed is 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.

@xoofx commented on GitHub (Oct 21, 2022): No, but as `DocumentProcessed` is 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#571