From a412b3b597d4918634cd5c553f8e188664d6243c Mon Sep 17 00:00:00 2001 From: Brian G Date: Mon, 10 Mar 2025 14:56:12 -0700 Subject: [PATCH] Extra ) in code block --- options/input/tex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/input/tex.rst b/options/input/tex.rst index 8bfb79c..9aabf3b 100644 --- a/options/input/tex.rst +++ b/options/input/tex.rst @@ -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 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) }