summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-23 08:18:38 -0800
committerCorey Hulen <corey@hulen.com>2015-12-23 08:18:38 -0800
commit22a47c3ca1f6e28151d386646529e2dbaebc0924 (patch)
tree0ed54f88aa07d3babc4e8849e3fce799ac84e22c
parent0a614435a9d5fba18f23647d074bae4caeab9c3a (diff)
parent651e9ce538e2f0cc32ed98bb3c11f02e207bbc41 (diff)
downloadchat-22a47c3ca1f6e28151d386646529e2dbaebc0924.tar.gz
chat-22a47c3ca1f6e28151d386646529e2dbaebc0924.tar.bz2
chat-22a47c3ca1f6e28151d386646529e2dbaebc0924.zip
Merge pull request #1768 from mattermost/lfbrock-patch-2
Update test-markdown-lists.md
-rw-r--r--doc/developer/tests/test-markdown-lists.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/developer/tests/test-markdown-lists.md b/doc/developer/tests/test-markdown-lists.md
index d5bbd82ac..7d080526a 100644
--- a/doc/developer/tests/test-markdown-lists.md
+++ b/doc/developer/tests/test-markdown-lists.md
@@ -195,6 +195,25 @@ This text should be on a new line.
- Two
This text should be on a new line.
+**Expected:**
+```
+List:
+
+- One
+- Two
+
+This line should have a line break above it.
+```
+
+**Actual:**
+
+List:
+
+- One
+- Two
+
+This line should have a line break above it.
+
### Task Lists
**Expected:**