Parse Function
Returns a given text with Markdown formatting removed, along with the corresponding native Envision document text formatting converted from the original Markdown.
Parse(markdownText: string): Promise<[[[EvParsedMarkdown|evparsedmarkdown-interface.html]]]>
Parameters
text: stringA string, a given text whose Markdown formatting should be removed and converted into the native Envision document text formatting.
Return value
Promise<EvParsedMarkdown>A Promise that, if fulfilled, resolves to an
EvParsedMarkdownobject with:The given text free of the original Markdown formatting.
The corresponding native Envision document text formatting converted from the original Markdown.
18 April 2025