diff --git a/web_src/js/markup/math.ts b/web_src/js/markup/math.ts index a3ee102ccde..9f031d3502b 100644 --- a/web_src/js/markup/math.ts +++ b/web_src/js/markup/math.ts @@ -20,7 +20,7 @@ export async function initMarkupCodeMath(elMarkup: HTMLElement): Promise { import('katex/dist/katex.css'), ]); - const MAX_CHARS = 1000; + const MAX_CHARS = 10000; const MAX_SIZE = 25; const MAX_EXPAND = 1000;