Replies: 2 comments
-
Same idea here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use a different renderer. I have been using https://github.com/teekennedy/goldmark-markdown. |
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
-
I would like to use this library for editing a markdown file programmatically, this library allows me to do the editing, but i cannot find a function to render the document (
ast.Node
) to markdown, instead of HTML.Beta Was this translation helpful? Give feedback.
All reactions