mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-23 21:23:41 +09:00
@@ -20,7 +20,7 @@ export async function initMarkupCodeMath(elMarkup: HTMLElement): Promise<void> {
|
||||
import('katex/dist/katex.css'),
|
||||
]);
|
||||
|
||||
const MAX_CHARS = 1000;
|
||||
const MAX_CHARS = 10000;
|
||||
const MAX_SIZE = 25;
|
||||
const MAX_EXPAND = 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user