vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 46025fb0fb0f80dfe823a278c72792471bebfef0
parent ab301801b0ad65783b96f110059f19cd935bab97
Author: Hugo <43822304+HugoForrat@users.noreply.github.com>
Date:   Thu, 30 Apr 2020 21:04:58 +0200

Update MathJax local loading instructions
The MathJax.js file doesn't exist anymore in the MathJax repository and
the script that should be loaded is tex-chtml.js.
This update the helpfile to reflect this change.

Diffstat:
Mdoc/vimwiki.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -1398,7 +1398,7 @@ have two alternative options: Choose a folder on your hard drive and save MathJax in it. Then add to your HTML template the following line: -<script type="text/javascript" src="<mathjax_folder>/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> +<script type="text/javascript" src="<mathjax_folder>/es5/tex-chtml.js?config=TeX-AMS-MML_HTMLorMML"></script> where <mathjax_folder> is the folder on your HD, as a relative path to the template folder. For instance, a sensible folder structure could be: