Skip to content

Commit 2b8a1eb

Browse files
authored
Merge pull request #348 from bdg221/patch-1
Extra ) in The Configuration Block
2 parents 730f655 + 54a9c60 commit 2b8a1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

options/input/tex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Configuration Block
4848
maxTemplateSubtitutions: 10000, // maximum number of array template substitutions
4949
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
5050
(document.getElementsByTagName('base').length === 0) ?
51-
'' : String(document.location).replace(/#.*$/, '')),
51+
'' : String(document.location).replace(/#.*$/, ''),
5252
formatError: // function called when TeX syntax errors occur
5353
(jax, err) => jax.formatError(err),
5454
preFilters: [], // A list of pre-filters to add to the TeX input jax

0 commit comments

Comments
 (0)