aboutsummaryrefslogtreecommitdiff
path: root/wasm/examples/markdown-to-rst/options.json
blob: 750f8df4efb51fe1b0c2054918729112cb9b8220 (plain)
1
2
3
4
5
6
7
8
9
10
{
 "to": "rst",
 "from": "markdown",
 "standalone": true,
 "embed-resources": false,
 "citeproc": false,
 "html-math-method": "plain",
 "wrap": "auto",
 "template": null
}