summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests/test-markdown.md
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-12-01 17:20:01 -0700
committerEric Sethna <eric@spinpunch.com>2015-12-01 17:20:01 -0700
commit6439ac2926084fe359a69232ab5c6296c728b05e (patch)
treec08a40ea0902a2377e3ca80a7096f0a611877b7d /doc/developer/tests/test-markdown.md
parentc8f642a499215331e578fed409257ac2647b7f0f (diff)
downloadchat-6439ac2926084fe359a69232ab5c6296c728b05e.tar.gz
chat-6439ac2926084fe359a69232ab5c6296c728b05e.tar.bz2
chat-6439ac2926084fe359a69232ab5c6296c728b05e.zip
Update test-markdown.md
1) Add many corner cases we've hit in the past 2) Remove tables to put it in it's own .md test file 3) Remove lists as I've submitted a PR for a new .md file for those cases
Diffstat (limited to 'doc/developer/tests/test-markdown.md')
-rw-r--r--doc/developer/tests/test-markdown.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/developer/tests/test-markdown.md b/doc/developer/tests/test-markdown.md
deleted file mode 100644
index 2532e504f..000000000
--- a/doc/developer/tests/test-markdown.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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 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**
-```
-
-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**