From 802a38b86c61f470efe9767d494142817cd0141b Mon Sep 17 00:00:00 2001 From: Le Tan Date: Thu, 18 Apr 2019 20:10:12 +0800 Subject: [PATCH] change default 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 2be16ecd..136a1d65 100644 --- a/src/resources/vnote.ini +++ b/src/resources/vnote.ini @@ -360,7 +360,7 @@ custom_export= markdownit_opt=html,break,linkify,metadata ; Location and configuration for Mathjax -mathjax_javascript=https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_HTMLorMML +mathjax_javascript=https://cdn.jsdelivr.net/npm/mathjax@2.7.5/MathJax.js?config=TeX-MML-AM_HTMLorMML ; Styles to be removed when copied ; style1,style2,style3