We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddef52 commit d2065e6Copy full SHA for d2065e6
1 file changed
README.md
@@ -63,7 +63,7 @@ The `config` method is used to set _global_ configuration options. Its default o
63
undefinedCharError: false, // determines whether "unknown characters" (i.e., no glyph in the configured fonts) are saved in the error array
64
extensions: '', // a convenience option to add MathJax extensions
65
fontURL: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/fonts/HTML-CSS', // for webfont urls in the CSS for HTML output
66
- paths: {} // configures custom path variables (e.g., for third party extensions, cf. test/config-third-party-extensions.js)
+ paths: {}, // configures custom path variables (e.g., for third party extensions, cf. test/config-third-party-extensions.js)
67
MathJax: { } // standard MathJax configuration options, see https://docs.mathjax.org for more detail.
68
}
69
```
0 commit comments