Pyro supports the entirety of the markdown spec as well as many common extensions.
Below are some examples from the excellent markdownguide.org
### H3
#### H4
##### H5
**bold text**
_italicized text_
> blockquote
[text with link](https://www.example.com)
~~Crossed out text~~
bold text
italicized text
blockquote
Crossed out text
### Numbered list
1. First item
2. Second item
3. Third item
### Unordered list
- First item
- Second item
- Third item
### Checklist
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
`code`
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
`` `
```
code
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
<image src="/icon.png" width="100px">
<button class="bg-gray-100 hover:bg-gray-200 px-4 py-2 rounded" onClick="alert('hi!')">Click
Me</button>
---
| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |