# 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.

<figure><img src="https://1726200576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYeUDPAhozAcUAcc2Lr%2Fuploads%2FN6mSyZpl3MwNZPuJHCiS%2Fimage.png?alt=media&#x26;token=90fcac44-8ec3-44ae-880a-b2e5b9063cff" alt=""><figcaption><p>Markdown option</p></figcaption></figure>

### Supported options

| Token               |                   |
| ------------------- | ----------------- |
| `**Bold**`          | **Bold**          |
| `***Bold/Italic***` | ***Bold/Italic*** |
| `_Italic_`          | *Italic*          |
| `__Underscore__`    | Underscore        |
| `~~Strikethrough~~` | ~~Strikethrough~~ |

### Integrations

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.

### Example

```json
{
  "template": "8ad9a3b8-cd62-4ac9-9b6f-d019addd8a04",
  "modifications": [
    {
      "name": "text_1",
      "text": "**Bold** _Italic_ ***Bold/Italic*** __Underscore__ ~~Strikethrough~~ **__Combination__**"
    }
  ]
}
```

<div><figure><img src="https://1726200576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYeUDPAhozAcUAcc2Lr%2Fuploads%2FKVWNPU3BpviyoDEPTt4M%2Fimage.png?alt=media&#x26;token=1ef5807d-1e4d-4c4f-9e79-7c09c89f8a08" alt=""><figcaption></figcaption></figure> <figure><img src="https://1726200576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYeUDPAhozAcUAcc2Lr%2Fuploads%2FVs8bHnvR93GsCMslTIRe%2Fimage.png?alt=media&#x26;token=a8703991-a6ee-4741-9414-7365074620d3" alt=""><figcaption></figcaption></figure></div>
