From 45a3b15b6fd2bae3ab138698209f7faf639f4b21 Mon Sep 17 00:00:00 2001 From: dylan dechant Date: Thu, 28 May 2020 10:46:15 -0400 Subject: [PATCH] remove MathJax config from documentation as it is ignored --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed27f9ab..5db0a5c4 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ The `config` method is used to set _global_ configuration options. Its default o undefinedCharError: false, // determines whether "unknown characters" (i.e., no glyph in the configured fonts) are saved in the error array extensions: '', // a convenience option to add MathJax extensions fontURL: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS', // for webfont urls in the CSS for HTML output - paths: {}, // configures custom path variables (e.g., for third party extensions, cf. test/config-third-party-extensions.js) - MathJax: { } // standard MathJax configuration options, see https://docs.mathjax.org for more detail. + paths: {} // configures custom path variables (e.g., for third party extensions, cf. test/config-third-party-extensions.js) } ```