From f5759c3d522d30c3047b233f113145f33ff7a7f3 Mon Sep 17 00:00:00 2001 From: autopp Date: Fri, 7 Jun 2019 09:45:20 +0900 Subject: [PATCH] add missing comma to MathJax example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05aec24..034ba7c 100644 --- a/README.md +++ b/README.md @@ -1455,7 +1455,7 @@ Reveal.initialize({ math: { mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', - config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html + config: 'TeX-AMS_HTML-full', // See http://docs.mathjax.org/en/latest/config-files.html // pass other options into `MathJax.Hub.Config()` TeX: { Macros: macros } },