summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-12 13:03:09 -0800
committerit33 <iantien@gmail.com>2015-11-12 13:03:09 -0800
commite45ee2d64f7c89072b04483da29471c0ec6164ef (patch)
tree3518cd7cc8a07390bd9bdfb74093be900a7bdcef /doc/developer/tests
parenta2679ebf91e33d69df5e394a3ea1046e163ab372 (diff)
downloadchat-e45ee2d64f7c89072b04483da29471c0ec6164ef.tar.gz
chat-e45ee2d64f7c89072b04483da29471c0ec6164ef.tar.bz2
chat-e45ee2d64f7c89072b04483da29471c0ec6164ef.zip
Create test-markdown.md
Diffstat (limited to 'doc/developer/tests')
-rw-r--r--doc/developer/tests/test-markdown.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/developer/tests/test-markdown.md b/doc/developer/tests/test-markdown.md
new file mode 100644
index 000000000..ac7385e4f
--- /dev/null
+++ b/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**
+```