summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests/test-markdown.md
blob: 8a24aad86b76ec6777ec504e42db645c310d3210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Markdown tests

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**
```