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

MarkDown.StyledText

Creates styled text for the markdown.

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

Parameters

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

Result

Returns styled text or error.

Description

Creates styled text for the markdown.
Uses MarkDown.HTMLDocument and Text.HTMLtoStyledText internally to convert from markdown to html to styled text.

Examples

Create and query styled text:

Set Variable [ $r ; Value: MBS("MarkDown.Create"; "Text attributes *italic*, **bold**, `monospace`, ~~strikethrough~~ .") ]
Set Variable [ $text ; Value: MBS("MarkDown.StyledText"; $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.ReleaseAll - Math.Average