From b728473a63433ab3187a481d815b0131d8d49740 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Mon, 17 Apr 2017 14:32:04 -0700 Subject: [PATCH] Update CDN for MathJax (#6013) Merge pull request 6013 --- docs/_docs/extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/extras.md b/docs/_docs/extras.md index 7a826802..05d4682e 100644 --- a/docs/_docs/extras.md +++ b/docs/_docs/extras.md @@ -21,7 +21,7 @@ to your template files in `/_layout` folder. Kramdown comes with optional support for LaTeX to PNG rendering via [MathJax](https://www.mathjax.org) within math blocks. See the Kramdown documentation on [math blocks](http://kramdown.gettalong.org/syntax.html#math-blocks) and [math support](http://kramdown.gettalong.org/converter/html.html#math-support) for more details. MathJax requires you to include JavaScript or CSS to render the LaTeX, e.g. ```html - + ``` For more information about getting started, check out [this excellent blog post](http://gastonsanchez.com/visually-enforced/opinion/2014/02/16/Mathjax-with-jekyll/).