]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorstudent <student@web>
Wed, 1 Jul 2015 17:34:41 +0000 (13:34 -0400)
committeradmin <admin@branchable.com>
Wed, 1 Jul 2015 17:34:41 +0000 (13:34 -0400)
doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn

index acc1d910c9f4ee4cec50d6338adecdcbe14f86f4..45a2f2eb4c1ed6c4b4121c558762ddeff3f1c5e2 100644 (file)
@@ -12,16 +12,16 @@ 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:
 
-<code>
-<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>
-</code>
+
+     <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>
+