shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.46k stars 173 forks source link

Documentation for markdown-preview-enhanced.pandocMarkdownFlavor? #136

Open gandalfsaxe opened 6 years ago

gandalfsaxe commented 6 years ago

I can't quite figure out what the various options for markdown-preview-enhanced.pandocMarkdownFlavor is.

I don't even fully understand the default value of "markdown-raw_tex+tex_math_single_backslash".

Is it documented somewhere?

adamaltmejd commented 6 years ago

It's all in the pandoc docs: https://pandoc.org/MANUAL.html

gandalfsaxe commented 6 years ago

I'm not clear on what can go in this option yet. The markdown flavors supported in Pandoc is listed at https://pandoc.org/MANUAL.html#markdown-variants , where the following are mentioned:

As for the default values:

So what exactly can go into markdown-preview-enhanced.pandocMarkdownFlavor?