diff options
Diffstat (limited to 'wasm/examples/highlighted-code-to-html/options.json')
| -rw-r--r-- | wasm/examples/highlighted-code-to-html/options.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wasm/examples/highlighted-code-to-html/options.json b/wasm/examples/highlighted-code-to-html/options.json new file mode 100644 index 000000000..8fa460443 --- /dev/null +++ b/wasm/examples/highlighted-code-to-html/options.json @@ -0,0 +1,13 @@ +{ + "to": "html", + "from": "markdown", + "standalone": true, + "embed-resources": false, + "table-of-contents": false, + "number-sections": false, + "citeproc": false, + "html-math-method": "plain", + "wrap": "preserve", + "highlight-style": "kate", + "template": null +}
\ No newline at end of file |
