From b6dc570cb4c8dc6b89d84c297d7ab45beb04dd10 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 30 Apr 2017 14:15:31 -0500 Subject: [PATCH] Update MathJax official CDN and respective code block Closes rdwatters/hugo-docs-concept#104 See PR gohugoio/hugo#3416 --- content/content-management/formats.md | 4 ++-- content/content-management/organization.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/content-management/formats.md b/content/content-management/formats.md index 13c5d976b..2b940ba6c 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -118,11 +118,11 @@ This is not an introduction into actually using MathJax to render typeset mathem ### Enabling MathJax -The first step is to enable MathJax on pages that you would like to have typeset math. There are multiple ways to do this (adventurous readers can consult the [Loading and Configuring](http://docs.mathjax.org/en/latest/configuration.html) section of the MathJax documentation for additional methods of including MathJax), but the easiest way is to use the secure MathJax CDN by including the following HTML snippet in the source of a page: +The first step is to enable MathJax on pages that you would like to have typeset math. There are multiple ways to do this (adventurous readers can consult the [Loading and Configuring](http://docs.mathjax.org/en/latest/configuration.html) section of the MathJax documentation for additional methods of including MathJax), but the easiest way is to use the secure MathJax CDN by include a ` ``` {{% /code %}} diff --git a/content/content-management/organization.md b/content/content-management/organization.md index 26e9a5b8d..41c5314fc 100644 --- a/content/content-management/organization.md +++ b/content/content-management/organization.md @@ -197,8 +197,6 @@ layout: mylayout --- ``` {{% /code %}} - -