Format CommonMark files with pandoc
!
Make sure you have the pandoc
executable available on PATH
, or
specify where it is located using the option panfmt.pandocExePath
.
This extension contributes the following settings:
"panfmt.enabled": {
"type": "boolean",
"default": true,
"description": "Enable panfmt as a markdown/typst formatter."
},
"panfmt.pandocExePath": {
"type": "string",
"default": "pandoc",
"description": "Path to pandoc executable to use for formatting operations."
},
"panfmt.extraArgs": {
"type": "array",
"default": [],
"description": "See https://pandoc.org/MANUAL.html#options"
}
Check this repository's Issues tab for known issues.