Markdown shortcuts
Chirpy support basic markdown shortcuts. Markdown is a lightweight markup language for creating formatted text using a plain-text editor. User can use markdown shortcuts to format text easily, it's especially useful on mobile devices.
Here is a demo of markdown shortcuts on our comment widget:
We support the most common markdown shortcuts:
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
This is a paragraph, you can inline formatting, like: *italic*, **bold**, ~~strikethrough~~~, and `inline code`
.
Here is a list:
- item 1
- item 2
> This is a blockquote.
Playground
You can try it on our playground.