aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
diff options
context:
space:
mode:
authorspalax <spalax@web>2015-07-01 12:43:03 -0400
committeradmin <admin@branchable.com>2015-07-01 12:43:03 -0400
commit9b8c9d74f5777825323cfaa13fd50ddabeb46049 (patch)
tree3fd5996a508595032ab8a072cc420d9fdf161d4e /doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
parent8d1970aa1c818b8e75365e98f0c127199ef761fa (diff)
downloadikiwiki-9b8c9d74f5777825323cfaa13fd50ddabeb46049.tar
ikiwiki-9b8c9d74f5777825323cfaa13fd50ddabeb46049.tar.gz
Hints on debugging mathjax error
Diffstat (limited to 'doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn')
-rw-r--r--doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn6
1 files changed, 6 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
index 32984318e..3e946af9c 100644
--- a/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
+++ b/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
@@ -1,3 +1,9 @@
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?
+
+> Mathjax does not seem to be supported by default by Ikiwiki. So the first question is: how did you enable mathjax?
+>
+> Maybe you can also save the html of an old page, change something in it to make it rebuilt, and diff the resulting html with the old one, to see what changed.
+>
+> -- [[Louis|spalax]]