Replies: 2 comments
-
This library doesn't yet have that functionality, but I'm hoping to implement it for #419 in the next minor release (if possible). It would basically allow any AST to be rendered to Markdown (we currently support rendering to HTML and XML). |
Beta Was this translation helpful? Give feedback.
0 replies
-
That sounds great, thanks for the update! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I try to generate the AST from a markdown file, modify the AST (translate it) and write it back to markdown. Is this somehow supported or do I have to write my own Markdown Renderer, when I want to write the AST back to markdown?
Another idea might by to generate a XML file from markdown, modify this and write back the XML to markdown (how?).
Thanks,
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions