aboutsummaryrefslogtreecommitdiff
path: root/wasm/examples/mediawiki-to-docx-with-equations/options.json
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/examples/mediawiki-to-docx-with-equations/options.json')
-rw-r--r--wasm/examples/mediawiki-to-docx-with-equations/options.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/wasm/examples/mediawiki-to-docx-with-equations/options.json b/wasm/examples/mediawiki-to-docx-with-equations/options.json
new file mode 100644
index 000000000..a8f168ca1
--- /dev/null
+++ b/wasm/examples/mediawiki-to-docx-with-equations/options.json
@@ -0,0 +1,6 @@
+{
+ "from": "mediawiki",
+ "to": "docx",
+ "output-file": "vectors.docx",
+ "standalone": true
+}