diff options
Diffstat (limited to 'wasm/examples/ris-to-formatted-markdown-bibliography/options.json')
| -rw-r--r-- | wasm/examples/ris-to-formatted-markdown-bibliography/options.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wasm/examples/ris-to-formatted-markdown-bibliography/options.json b/wasm/examples/ris-to-formatted-markdown-bibliography/options.json new file mode 100644 index 000000000..ff17f00b8 --- /dev/null +++ b/wasm/examples/ris-to-formatted-markdown-bibliography/options.json @@ -0,0 +1,9 @@ +{ + "to": "markdown_strict", + "from": "ris", + "standalone": false, + "embed-resources": false, + "citeproc": true, + "html-math-method": "mathml", + "wrap": "auto" +} |
