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
Is it possible to dump AST of document back into markdown? As I can see implementing of MarkdownRenderer is not possible since renderers depends on HtmlRendererInterface and every renderer should implement it.
I working on api-blueprint parser and i wish to dump some parts of a markdown AST into standalone markdown strings.
The text was updated successfully, but these errors were encountered:
desite the name which includes the term Html it should be possible to turn the AST back into markdown with it, just do not create Html entities but the markdown string you need...
btw, @colinodell is there a reason why this interface includes Html in its name?
Is it possible to dump AST of document back into markdown? As I can see implementing of
MarkdownRenderer
is not possible since renderers depends onHtmlRendererInterface
and every renderer should implement it.I working on api-blueprint parser and i wish to dump some parts of a markdown AST into standalone markdown strings.
The text was updated successfully, but these errors were encountered: