| 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) ]
Set Variable [ $text ; Value: MBS("MarkDown.StyledText"; $r) ]
Set Variable [ $r ; Value: MBS("MarkDown.Release"; $r) ]
See also
Release notes
- Version 15.5
- Added MarkDown.StyledText using Text.HTMLtoStyledText to convert HTML to styled text.
Example Databases
Blog Entries
- New in MBS FileMaker Plugin 15.5
- Neues MBS Plugin 15.5 für Claris FileMaker
- MBS Plugin 15.5 for Claris FileMaker
- MBS FileMaker Plugin, version 15.5pr3
This function checks for a license.
Created 12nd October 2025, last changed 16th November 2025