utils/tinyMDParser
此内容尚不支持你的语言。
Functions
Section titled “Functions”parseMarkdown()
Section titled “parseMarkdown()”function parseMarkdown(str: string): any
Defined in: studiocms/packages/studiocms/src/utils/tinyMDParser.ts:14^
Parses a Markdown string and returns the rendered output to HTML.
Parameters
Section titled “Parameters”string
The Markdown string to parse.
Returns
Section titled “Returns”any
The rendered output as a string.