diff options
Diffstat (limited to 'wasm/examples/markdown-to-revealjs-slides/options.json')
| -rw-r--r-- | wasm/examples/markdown-to-revealjs-slides/options.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wasm/examples/markdown-to-revealjs-slides/options.json b/wasm/examples/markdown-to-revealjs-slides/options.json new file mode 100644 index 000000000..ab945447a --- /dev/null +++ b/wasm/examples/markdown-to-revealjs-slides/options.json @@ -0,0 +1,9 @@ +{ + "to": "revealjs", + "from": "markdown", + "standalone": true, + "citeproc": false, + "html-math-method": "mathjax", + "highlight-style": "pygments", + "template": null +}
\ No newline at end of file |
