feat: raise katex limit to 512, upgrade dependencies

This commit is contained in:
Paul Makles
2023-06-18 10:22:01 +02:00
parent 9c658fbdad
commit a91f274b34
4 changed files with 11 additions and 11 deletions

View File

@@ -148,7 +148,7 @@ const render = unified()
.use(rehypeKatex, {
maxSize: 10,
maxExpand: 0,
maxLength: 128,
maxLength: 512,
trust: false,
strict: false,
output: "html",