This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
6
themes/blowfish/assets/lib/mermaid/rendering-util/handle-markdown-text.d.ts
vendored
Normal file
6
themes/blowfish/assets/lib/mermaid/rendering-util/handle-markdown-text.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
import type { MarkdownLine } from './types.js';
|
||||
/**
|
||||
* @param markdown - markdown to split into lines
|
||||
*/
|
||||
export declare function markdownToLines(markdown: string): MarkdownLine[];
|
||||
export declare function markdownToHTML(markdown: string): string;
|
Loading…
Add table
Add a link
Reference in a new issue