-
DescriptionThe Quarto guide (Guide > Authoring > Markdown basics) mentions:
This raises the following question: How does the markdown supported by Quarto differ from Pandoc's markdown? Or, where is this difference documented? For, all the Quarto guide shows are
suggesting that there is much more than what the page shows. Where is it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
first "its" refers to Pandoc, while the second "its" refers to Quarto.
See https://pandoc.org/MANUAL.html#markdown-variants. |
Beta Was this translation helpful? Give feedback.
first "its" refers to Pandoc, while the second "its" refers to Quarto.
Feel free to make a PR to improve the wording.
See https://pandoc.org/MANUAL.html#markdown-variants.
Then and for example for GitHub-Flavoured Markdown, the specifications can be found at https://github.github.com/gfm/.