Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MarkDown.HTMLDocument

Queries html document for the markdown.

Component Version macOS Windows Linux Server iOS SDK
MarkDown 15.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "MarkDown.HTMLDocument"; MarkDownRef )   More

Parameters

Parameter Description Example
MarkDownRef The reference to the MarkDown object as returned by MarkDown.Create function. $ref

Result

Returns html text or error.

Description

Queries html document for the markdown.
This will use HTML and CSS and wrap them in <html> tag with header and body to make a full document.

Examples

Create and query html:

Set Variable [ $r ; Value: MBS("MarkDown.Create"; "Text attributes *italic*, **bold**, `monospace`, ~~strikethrough~~ .") ]
Set Variable [ $html ; Value: MBS("MarkDown.HTMLDocument"; $r) ]
Set Variable [ $r ; Value: MBS("MarkDown.Release"; $r) ]

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 12nd October 2025, last changed 16th November 2025


MarkDown.HTML - MarkDown.List