summaryrefslogtreecommitdiffstats
path: root/plugins/55/mathjax/conf/metadata.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/55/mathjax/conf/metadata.php')
-rw-r--r--plugins/55/mathjax/conf/metadata.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/55/mathjax/conf/metadata.php b/plugins/55/mathjax/conf/metadata.php
new file mode 100644
index 0000000..13a08a3
--- /dev/null
+++ b/plugins/55/mathjax/conf/metadata.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Options for the mathjax plugin
+ *
+ * @author Mark Liffiton <liffiton@gmail.com>
+ */
+
+$meta['url'] = array('string');
+$meta['config'] = array('');
+$meta['configfile'] = array('string');
+$meta['asciimath'] = array('onoff');
+$meta['mathtags'] = array('string');
+