evCreate API 5.7 Help

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: string

A 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 EvParsedMarkdown object 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