diff options
Diffstat (limited to 'wasm/examples/markdown-to-rst/options.json')
| -rw-r--r-- | wasm/examples/markdown-to-rst/options.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wasm/examples/markdown-to-rst/options.json b/wasm/examples/markdown-to-rst/options.json new file mode 100644 index 000000000..750f8df4e --- /dev/null +++ b/wasm/examples/markdown-to-rst/options.json @@ -0,0 +1,10 @@ +{ + "to": "rst", + "from": "markdown", + "standalone": true, + "embed-resources": false, + "citeproc": false, + "html-math-method": "plain", + "wrap": "auto", + "template": null +}
\ No newline at end of file |
