Skip to content

Commit a92ae7a

Browse files
committed
chore: Update katex message
1 parent 8800de9 commit a92ae7a

File tree

1 file changed

+1
-1
lines changed
  • packages/mermaid/src/diagrams/common

1 file changed

+1
-1
lines changed

packages/mermaid/src/diagrams/common/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export const renderKatex = async (text: string, config: MermaidConfig): Promise<
369369

370370
return text.replace(
371371
katexRegex,
372-
'Katex is unsupported in mermaid.tiny.js. Please use mermaid.js or mermaid.min.js.'
372+
'Katex is not supported in @mermaid-js/tiny. Please use the full mermaid library.'
373373
);
374374
};
375375

0 commit comments

Comments
 (0)