chore: Update katex message

This commit is contained in:
Sidharth Vinod
2025-04-18 15:53:37 +05:30
parent 8800de9309
commit a92ae7a16c

View File

@@ -369,7 +369,7 @@ export const renderKatex = async (text: string, config: MermaidConfig): Promise<
return text.replace( return text.replace(
katexRegex, katexRegex,
'Katex is unsupported in mermaid.tiny.js. Please use mermaid.js or mermaid.min.js.' 'Katex is not supported in @mermaid-js/tiny. Please use the full mermaid library.'
); );
}; };