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

MarkDown.HTML

Queries html for the markdown.

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

Parameters

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

Result

Returns text or error.

Description

Queries html for the markdown.

Examples

Create and query html:

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

See also

Example Databases

This function checks for a license.

Created 13th April 2015, last changed 4th June 2015


MarkDown.Create - MarkDown.List