We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 730f655 + 54a9c60 commit 2b8a1ebCopy full SHA for 2b8a1eb
1 file changed
options/input/tex.rst
@@ -48,7 +48,7 @@ The Configuration Block
48
maxTemplateSubtitutions: 10000, // maximum number of array template substitutions
49
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
50
(document.getElementsByTagName('base').length === 0) ?
51
- '' : String(document.location).replace(/#.*$/, '')),
+ '' : String(document.location).replace(/#.*$/, ''),
52
formatError: // function called when TeX syntax errors occur
53
(jax, err) => jax.formatError(err),
54
preFilters: [], // A list of pre-filters to add to the TeX input jax
0 commit comments