Create test-markdown.md

This commit is contained in:
it33 2015-11-12 13:03:09 -08:00
parent a2679ebf91
commit e45ee2d64f

View file

@ -0,0 +1,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**
```