Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default pandoc input format is inconsistent with VS Code's renderer #19

Open
arthurward opened this issue Feb 20, 2017 · 0 comments
Open

Comments

@arthurward
Copy link

The VS Code previewer targets CommonMark[1], but the call to Pandoc lets Pandoc guess that the input is Pandoc's extended Markdown, which is slightly different. I added "-f commonmark" to the pandoc.(docx,html,pdf)OptString settings to force it to use CommonMark, which works. It seems to me that the default behavior should match what the VS Code preview window uses.

[1] See "Common Questions" at the end of https://code.visualstudio.com/Docs/languages/markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant