]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Hints on debugging mathjax error
authorspalax <spalax@web>
Wed, 1 Jul 2015 16:43:03 +0000 (12:43 -0400)
committeradmin <admin@branchable.com>
Wed, 1 Jul 2015 16:43:03 +0000 (12:43 -0400)
doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn

index 32984318edd35b9fa5b1cd32f123f5ef0e6f8aa0..3e946af9cc50a4ad92be988c594cc69c21f11d49 100644 (file)
@@ -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]]