From 9bf6ae3ac7a7cc1f48a1e70a2e72dd1c92a11473 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 2 Oct 2020 11:18:45 -0600 Subject: [PATCH] Update documentation --- docs/content/en/content-management/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/content-management/formats.md b/docs/content/en/content-management/formats.md index 3343fd41122..c8d1475de7a 100644 --- a/docs/content/en/content-management/formats.md +++ b/docs/content/en/content-management/formats.md @@ -50,7 +50,7 @@ tool on your machine to be able to use these formats. Hugo passes reasonable default arguments to these external helpers by default: - `asciidoctor`: `--no-header-footer -` -- `rst2html`: `--leave-comments --initial-header-level=2 --syntax-highlight=short --math-output=MathJax` +- `rst2html`: `--leave-comments --initial-header-level=2 --syntax-highlight=short --math-output "MathJax https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"` - `pandoc`: `--mathjax` {{% warning "Performance of External Helpers" %}}