summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests/test-markdown.md
blob: ac7385e4f66c29e75673f93e6aeb1a472d0312fa (plain)
1
2
3
4
5
6
7
8
9
10
# 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 show strikethrough formatting~~
**This should be bold**
```