mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
chore: Update katex message
This commit is contained in:
@@ -369,7 +369,7 @@ export const renderKatex = async (text: string, config: MermaidConfig): Promise<
|
||||
|
||||
return text.replace(
|
||||
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.'
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user