You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
324 B
JSON

{
"markdown.marp.themes": ["./.themes/buutti.css"],
"saveAndRun": {
"commands": [
{
"match": "\\.md$",
"notMatch": "README\\.md$",
"cmd": "marp \"${fileDirname}\\${fileBasename}\" -o \"${fileDirname}\\${fileBasenameNoExt}-slides.html\" --html true",
"useShortcut": false,
"silent": false
},
]
}
}