diff options
author | student <student@web> | 2015-07-01 08:48:56 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-07-01 08:48:56 -0400 |
commit | 8d1970aa1c818b8e75365e98f0c127199ef761fa (patch) | |
tree | 02b2f51c8ef1a05243ad563853a7bda3b65d30d2 /doc/bugs | |
parent | e97e3fa47fa4733b36647eadf6e81f0fbe17c5b5 (diff) | |
download | ikiwiki-8d1970aa1c818b8e75365e98f0c127199ef761fa.tar ikiwiki-8d1970aa1c818b8e75365e98f0c127199ef761fa.tar.gz |
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? |