Этот коммит содержится в:
it33
2015-11-12 13:03:09 -08:00
родитель a2679ebf91
Коммит e45ee2d64f

10
doc/developer/tests/test-markdown.md Обычный файл
Просмотреть файл

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