# $md

#### Signature

`{{$md content}}`

#### Arguments

<table><thead><tr><th width="150">Name</th><th width="272.5333333333333">Description</th><th width="150">Type<select multiple><option value="b0403385da1b4af9a8a894cb7cfa1e88" label="String" color="blue"></option><option value="6a3ca9c830be4cd5a2bcf10d17c44f82" label="Number" color="blue"></option><option value="011b91dfe58a400894b04549ec4f9e02" label="Boolean" color="blue"></option><option value="3c1342f6b38a46e39064bd88015df50d" label="Any" color="blue"></option></select></th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>content</td><td>Markdown content</td><td><span data-option="b0403385da1b4af9a8a894cb7cfa1e88">String</span></td><td>true</td></tr></tbody></table>

#### **Example**

{% tabs %}
{% tab title="Template" %}

```handlebars
{{$md notes}}
```

{% endtab %}

{% tab title="Data" %}

```json
{
    "notes":"Before moving forward you need to complete the following items:\n[ ] Checklist item one\n[x] Checklist item two\n[ ] Checklist item three\n"
}
```

{% endtab %}

{% tab title="Result" %}
![](https://1903534506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTY5wPd81K7B5rjyG5tjS%2Fuploads%2FLWDLPi4Aa3kDtmMb8o7H%2Fimage.png?alt=media\&token=f3f4cee9-0e64-43b1-823b-5effa94d6d5d)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Troubleshooting**

Spaces at the end of content  wrapped in tags such as \*\* will render the tags as raw text.&#x20;

**Example:**

`"Howdy, **Partner! **"` renders as \*\*Howdy, Partner! \*\*

`"Howdy, **Partner!**" renders as Howdy,`` `**`Partner!`**
{% endhint %}
