diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn b/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn new file mode 100644 index 000000000..32984318e --- /dev/null +++ b/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn @@ -0,0 +1,3 @@ +After my upgrade from ubuntu 14.04 to 15.04 mathjax stopped working in my ikiwiki. Math is displayed correctly for pages created before the upgrade. For new pages or if I change an old page, math is not rendered but the LaTeX source code is printed (with \[ \] as deliminiters instead of $$ $$). + +Any idea what may be wrong here and how to fix it? |