aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
diff options
context:
space:
mode:
authorstudent <student@web>2015-07-01 13:33:27 -0400
committeradmin <admin@branchable.com>2015-07-01 13:33:27 -0400
commitc37aee9c9c46ace725d20b38b3c85a5cf9cd663f (patch)
tree2c4775c2ed6ec03cce9b591c9d70f7c81602693a /doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
parent9b8c9d74f5777825323cfaa13fd50ddabeb46049 (diff)
downloadikiwiki-c37aee9c9c46ace725d20b38b3c85a5cf9cd663f.tar
ikiwiki-c37aee9c9c46ace725d20b38b3c85a5cf9cd663f.tar.gz
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.mdwn16
1 files changed, 16 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 3e946af9c..e3b304b2d 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
@@ -7,3 +7,19 @@ Any idea what may be wrong here and how to fix it?
> 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]]
+
+I installed mathjax as described here http://stackoverflow.com/a/8444409/406686.
+
+The rebuild of an old site containing math is missing the following lines:
+
+<script src="/mathjax/MathJax.js?config=TeX-AMS_HTML-full" type="text/javascript"></script>
+</head>
+<body>
+<noscript>
+<div style="color:#CC0000; text-align:center">
+<b>Warning: <a href="http://www.mathjax.org/">MathJax</a>
+requires JavaScript to process the mathematics on this page.<br>
+If your browser supports JavaScript, be sure it is enabled.</b>
+</div>
+<hr>
+</noscript>