evCreate API 5.7 Help

Markdown evCreate API Section

The Markdown section of the evCreate API includes an interface and functions to parse and convert supported Markdown syntax elements into native Envision document text formatting.

markdown namespace

The Markdown evCreate API section is accessed with the markdown namespace:

evCreate.markdown.Function()

Interfaces

EvParsedMarkdown

An interface that maps a given plain text with the corresponding native Envision document text formatting derived from the original Markdown formatting removed from this text.

EvMarkdownStyle

An interface that defines the native Envision document text formatting for a given range of characters.

Functions

Parse(markdownText: string): Promise<EvParsedMarkdown>

A function to get a given text stripped of the original Markdown formatting along with the corresponding native Envision document text formatting derived from the original Markdown formatting.

ResolveObjectMarkdown(items: EvItem[]): Promise<void>

A function to replace the Markdown formatting of the text contained in given object items with the corresponding Envision document text formatting.

21 March 2025