summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2015-12-23 10:48:59 -0500
committerlfbrock <lfbrock@users.noreply.github.com>2015-12-23 10:48:59 -0500
commit651e9ce538e2f0cc32ed98bb3c11f02e207bbc41 (patch)
tree0ed54f88aa07d3babc4e8849e3fce799ac84e22c /doc
parent0a614435a9d5fba18f23647d074bae4caeab9c3a (diff)
downloadchat-651e9ce538e2f0cc32ed98bb3c11f02e207bbc41.tar.gz
chat-651e9ce538e2f0cc32ed98bb3c11f02e207bbc41.tar.bz2
chat-651e9ce538e2f0cc32ed98bb3c11f02e207bbc41.zip
Update test-markdown-lists.md
Diffstat (limited to 'doc')
-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:**