aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawkq11bTnmln5O-k-utYZYK8N9TzG3T1THk <Baldur@web>2013-06-17 11:55:14 -0400
committeradmin <admin@branchable.com>2013-06-17 11:55:14 -0400
commit9fbdafe606c414c532e81925dc66bd40d18addfa (patch)
treed4cadd0978b050f887ecb0f48abc97e95ab75d61
parent9ea61a3642d4831db476acfacf314adf2ac3a6b0 (diff)
downloadikiwiki-9fbdafe606c414c532e81925dc66bd40d18addfa.tar
ikiwiki-9fbdafe606c414c532e81925dc66bd40d18addfa.tar.gz
Added description of mathjax plugin
-rw-r--r--doc/plugins/contrib/mathjax.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/contrib/mathjax.mdwn b/doc/plugins/contrib/mathjax.mdwn
new file mode 100644
index 000000000..a784b95d9
--- /dev/null
+++ b/doc/plugins/contrib/mathjax.mdwn
@@ -0,0 +1,13 @@
+[[!template id="plugin" name="mathjax" author="Baldur Kristinsson"]]
+
+The [mathjax plugin](https://github.com/bk/ikiwiki-plugin-mathjax), available on GitHub, provides easy MathJax support for ikiwiki.
+
+Features:
+
+- No change needed to page.tmpl
+- Javascript is only loaded on pages which need it.
+- Both inline and display math are supported.
+- Unlike [[the pandoc plugin|plugins/contrib/pandoc]] or a solution based on editing page.tmpl, no irritating conflicts with the smiley plugin.
+- Unlike the pandoc plugin, it is easy to use in shared hosting or other environments where you have difficulty in installing extra software (beyond Perl modules, obviously).
+
+However, if you need the power of Pandoc, such as bibliography support or pdf generation, then that is probably the better option for you.