# Markdown

Add one or several labels and/or descriptions text elements to a step.\
Example below shows a markdowns example, one label and one description.

<figure><img src="https://3909477319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfrhXWWOHe4pXVqfJvJjc%2Fuploads%2FjmSfevyVgC95aQgqQ9gU%2Fimage.png?alt=media&#x26;token=00d7ba09-44e6-4368-ba67-70e98c12a4bf" alt=""><figcaption></figcaption></figure>

The example can be added as one markdown or two separate markdowns.

#### Configuration when one markdown

```
{
   "id": "top_text_label_description",
   "type": "Markdown",
   "data": "# Create an Active Directory user  \nEnter information about the user you want to create."
}
```

#### Configuration when one markdown

Note. When using several markdowns in one step, make sure the **id** is unique.

```
{
   "id": "top_text_label",
   "type": "Markdown",
   "data": "# Create an Active Directory user"
},
{
   "id": "top_text_description",
   "type": "Markdown",
   "data": "Enter information about the user you want to create."
}
```

### Link to basic syntax supported using Markdown

Click following link for a number of examples on how to use markdown in a step.\
<https://www.markdownguide.org/cheat-sheet/>
