Этот коммит содержится в:
it33
2015-11-12 13:04:41 -08:00
родитель e45ee2d64f
Коммит 250eea5d2b

Просмотреть файл

@@ -5,6 +5,10 @@ Paste the following tests into Mattermost to test markdown support.
```
# This should render as Heading 1 font size
## This should render as Heading 2 font size
### This should render as Heading 3 font size
#### This should render as Heading 4 font size
##### This should render as Heading 5 font size
###### This should render as Heading 6 font size
~~This should show strikethrough formatting~~
**This should be bold**
```