mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 21:51:57 +00:00
[PR #578] ADD: Context to Renderer #1128
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?
Original Pull Request: https://github.com/xoofx/markdig/pull/578
State: closed
Merged: No
Added MarkdownParserContext to Renderer.
I wrote my own LinkExtension render
TryLinkInlineRenderer, and need context access fromHtmlRenderer, that available only in parser.I think the context should be available both in the parser and in the render. This required minimal changes.
What do you think?