From a07dd5650e68ac8166ce8838498672c34406cb20 Mon Sep 17 00:00:00 2001 From: Danillo Souza Date: Sat, 15 Nov 2014 23:25:34 -0200 Subject: [PATCH] fixing typo --- docs/content/tutorials/mathjax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/mathjax.md b/docs/content/tutorials/mathjax.md index 5ce6bdc2d..e9f08dba0 100644 --- a/docs/content/tutorials/mathjax.md +++ b/docs/content/tutorials/mathjax.md @@ -12,7 +12,7 @@ weight: 10 ## What is MathJax? -[MathJax](http://www.mathjax.org/) is a JavaScript library that allows allows the display of mathematical expressions described via a LaTeX-style syntax in the HTML (or Markdown) source of a web page. As it is a pure a JavaScript library, getting it to work within Hugo is fairly straightforward, but does have some oddities that will be discussed here. +[MathJax](http://www.mathjax.org/) is a JavaScript library that allows the display of mathematical expressions described via a LaTeX-style syntax in the HTML (or Markdown) source of a web page. As it is a pure a JavaScript library, getting it to work within Hugo is fairly straightforward, but does have some oddities that will be discussed here. This is not an introduction into actually using MathJax to render typeset mathematics on your website. Instead, this page is a collection of tips and hints for one way to get MathJax working on a website built with Hugo.