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/).