summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests
diff options
context:
space:
mode:
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**
+```