You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my extension is rendering, it needs access to MarkdownParserContext.
Now I has to pass context through Inline objects, and i don't like it.
Is there way to extension to access it?
The text was updated successfully, but these errors were encountered:
As per the name MarkdownParserContext, it was added for accessing it from parsing. It should be possible to modify the code to have this context passed around. We might have to rename it though (e.g MardownContext or something)
When my extension is rendering, it needs access to MarkdownParserContext.
Now I has to pass context through Inline objects, and i don't like it.
Is there way to extension to access it?
The text was updated successfully, but these errors were encountered: