summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-24 12:18:22 -0800
committerit33 <iantien@gmail.com>2015-11-24 12:18:22 -0800
commitbfef7c0563e4e23686a0e7c1e83c9b537b33efc7 (patch)
tree079885e5e9eadaee7cf8c3b44ed9ddbbf55217e0 /doc
parent4f156257ceb90778aca72d591c1049756ebc18a4 (diff)
downloadchat-bfef7c0563e4e23686a0e7c1e83c9b537b33efc7.tar.gz
chat-bfef7c0563e4e23686a0e7c1e83c9b537b33efc7.tar.bz2
chat-bfef7c0563e4e23686a0e7c1e83c9b537b33efc7.zip
Update test-markdown.md
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/tests/test-markdown.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/developer/tests/test-markdown.md b/doc/developer/tests/test-markdown.md
index 8a24aad86..2532e504f 100644
--- a/doc/developer/tests/test-markdown.md
+++ b/doc/developer/tests/test-markdown.md
@@ -12,3 +12,14 @@ Paste the following tests into Mattermost to test markdown support.
~~This should show strikethrough formatting~~
**This should be bold**
```
+
+Here is how it should render:
+
+# This should render as Heading 1 font size
+## This should render as Heading 2 font size
+### This should render as Heading 3 font size
+#### This should render as Heading 4 font size
+##### This should render as Heading 5 font size
+###### This should render as Heading 6 font size
+~~This should show strikethrough formatting~~
+**This should be bold**