Question: How to render output into markdown format? #479
Unanswered
hanyuancheung
asked this question in
Q&A
Replies: 1 comment
-
A Markdown renderer is not included in this library, unfortunately. But there are others available, like: https://github.com/teekennedy/goldmark-markdown See also: #283 |
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'm gonna parse markdown into ast struct, and then modify content in part of some nodes, such as links(Which is because my links are time sensitive).
Eventually, I want to render output into markdown format, how could I do that?
Hope for your answer, thanks!
Beta Was this translation helpful? Give feedback.
All reactions