What are the differences between the pandoc Markdown output formats? #10739
Unanswered
chicks-net
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Besides the Pandoc documentation of each of these, it is trivial to find documentation of each:
Obviously what you want is whatever variant Hugo understands best. LMGTFY.
So it looks like using commonmark will be your best bet. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Pandoc supports a wide variety of Markdown output formats, but I haven't been able to find any documentation to say what is different about them. Why would I choose one over the other? My tests haven't revealed anything obviously different in the results, but maybe my test data is really boring.
I'm not concerned about conforming to any particular standard. The goal is to process these files using hugo.
Beta Was this translation helpful? Give feedback.
All reactions