We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174122a + 0698165 commit 7c95133Copy full SHA for 7c95133
options/input/tex.rst
@@ -42,7 +42,7 @@ The Configuration Block
42
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
43
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
44
(document.getElementsByTagName('base').length === 0) ?
45
- '' : String(document.location).replace(/#.*$/, '')),
+ '' : String(document.location).replace(/#.*$/, ''),
46
formatError: // function called when TeX syntax errors occur
47
(jax, err) => jax.formatError(err)
48
}
0 commit comments