Comment on page
Limited Markdown Supports
Text object now supports limited markdown support so you can add bold, italic, underline, strikethrough and any combination of those options.
To enable this feature, click on your text object and find
Enable Markdown
option in the properties pane.
Markdown option
Token | Text |
---|---|
**Bold** | Bold |
***Bold/Italic*** | Bold/Italic |
_Italic_ | Italic |
__Underscore__ | Underscore |
~~Strikethrough~~ | Strikethrough |
You can use this feature through our API, Test Console, Signed URL, Query String URL, and all other integrations that we have as long as the template has
Enable Markdown
option enabled.
{
"template": "8ad9a3b8-cd62-4ac9-9b6f-d019addd8a04",
"modifications": [
{
"name": "text_1",
"text": "**Bold** _Italic_ ***Bold/Italic*** __Underscore__ ~~Strikethrough~~ **__Combination__**"
}
]
}


Last modified 1yr ago