mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Create test-markdown.md
This commit is contained in:
parent
a2679ebf91
commit
e45ee2d64f
1 changed files with 10 additions and 0 deletions
10
doc/developer/tests/test-markdown.md
Normal file
10
doc/developer/tests/test-markdown.md
Normal 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**
|
||||
```
|
||||
Loading…
Reference in a new issue