From 8d600632b4cd4ed2be8a7e216f6bb399560150f6 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 9 Jun 2018 09:21:11 +0800 Subject: [PATCH] update MathJax CDN --- src/resources/vnote.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/vnote.ini b/src/resources/vnote.ini index f85d72a3..d45bcd24 100644 --- a/src/resources/vnote.ini +++ b/src/resources/vnote.ini @@ -256,7 +256,7 @@ custom_export= markdownit_opt=html,linkify,metadata ; Location and configuration for Mathjax -mathjax_javascript=https://cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_HTMLorMML +mathjax_javascript=https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_HTMLorMML ; Styles to be removed when copied ; style1,style2,style3