Replies: 2 comments 2 replies
-
Don't you already have that in |
Beta Was this translation helpful? Give feedback.
2 replies
-
Using a markdown parser/renderer just to extract metadata seems overkill to me. Something like this should suffice: https://go.dev/play/p/8_SQf1eV2aO. |
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
-
Hello! I am sure I am doing something unuseful, so let me know if this is not supported but in practice, I am not using this library to generate HTML but I am using it to parse markdown and to generate a YAML manifest that another program will use.
The YAML manifest has a field where I would like to write the body of the Markdown file but not converted to HTML, in its original markdown format.
Right now I am using:
But reading
buf
I get back HTML, I would like to get the original markdown instead.Is it possible?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions