Sorry, we don't support your browser.  Install a modern browser

Formatting text with Markdown

Markdown is a lightweight and easy-to-use text format that allows you to compose text with links, lists, and other styles using regular characters and punctuation marks. You can use Markdown on Nolt when writing comments.

Supported elements

[My link](https://www.example.com)

**bold text**

*italicized text*

> This is a quote

1. First item
2. Second item
3. Third item

- First item
- Second item
- Third item

`inline code`

```
code block
```