From ee55c5eac5c4939318db7aea0cc428207bc95ab8 Mon Sep 17 00:00:00 2001 From: Abreto Fu <m@abreto.net> Date: Mon, 25 Nov 2019 20:27:47 +0800 Subject: [PATCH] use links friendly to China Mainland --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52274ac..2b13ee4 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ var result = md.render('# Math Rulez! \n $\\sqrt{3x-1}+(1+x)^2$'); Include the KaTeX stylesheet in your html: ```html -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css"> +<link rel="stylesheet" href="https://cdn.bootcss.com/KaTeX/0.10.2/katex.min.css"> ``` If you're using the default markdown-it parser, I also recommend the [github stylesheet](https://github.com/sindresorhus/github-markdown-css): ```html -<link rel="stylesheet" href="https://cdn.jsdelivr.net/github-markdown-css/2.2.1/github-markdown.css"/> +<link rel="stylesheet" href="https://cdn.bootcss.com/github-markdown-css/3.0.1/github-markdown.min.css"/> ``` `KaTeX` options can be supplied with the second argument to use. -- GitLab