Skip to content

Commit

Permalink
Merge pull request #332 from attilavjda/fix-typo
Browse files Browse the repository at this point in the history
Fix two typos in tex.rst
  • Loading branch information
dpvc authored Jan 13, 2024
2 parents 174122a + 0698165 commit 7c95133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/input/tex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Configuration Block
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
(document.getElementsByTagName('base').length === 0) ?
'' : String(document.location).replace(/#.*$/, '')),
'' : String(document.location).replace(/#.*$/, ''),
formatError: // function called when TeX syntax errors occur
(jax, err) => jax.formatError(err)
}
Expand Down

0 comments on commit 7c95133

Please sign in to comment.