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
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif 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