evCreate API 5.7 Help

ResolveObjectMarkdown Function

Replaces the original Markdown formatting of the text contained in given object items from an Envision document currently opened in the Canvas Envision Creator app with the corresponding native Envision document text formatting.

ResolveObjectMarkdown(items: [[[EvItem|canvas-envision-document-items.html#object-items]]][]): Promise<void>

Parameters

items: EvItem[]

An array of Object item objects, one or more object items from the Envision document currently opened in the Canvas Envision Creator app with the text whose original Markdown formatting should be replaced with the corresponding native Envision document text formatting.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the corresponding native Envision document text formatting has successfully replaced the original Markdown formatting of the text in the given object items from the current document.

Discussion

The formatting of a text without Markdown formatting remains unchanged.

23 April 2025