summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorlindalumitchell <linda@mattermost.com>2017-03-06 17:37:14 -0800
committerCorey Hulen <corey@hulen.com>2017-03-06 20:37:14 -0500
commita885eaddafcb4126aaa09b2cb9464e3fcd1bf837 (patch)
tree8c8a54711a795679aa75ab25b8fce2bcc94433fd /tests
parenta2aa1cd124f1bd4eea3015cf2c4a5b85d94e82ab (diff)
downloadchat-a885eaddafcb4126aaa09b2cb9464e3fcd1bf837.tar.gz
chat-a885eaddafcb4126aaa09b2cb9464e3fcd1bf837.tar.bz2
chat-a885eaddafcb4126aaa09b2cb9464e3fcd1bf837.zip
Update test-markdown-basics.md (#5657)
* Update test-markdown-basics.md Added test for heading followed by paragraph1, line break, paragraph2 * Fix test so it is <4000 characters
Diffstat (limited to 'tests')
-rw-r--r--tests/test-markdown-basics.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/test-markdown-basics.md b/tests/test-markdown-basics.md
index f46da2ab3..6b49eb71f 100644
--- a/tests/test-markdown-basics.md
+++ b/tests/test-markdown-basics.md
@@ -21,14 +21,12 @@ _Normal Text*
### Carriage Return
-**The following text should render as:**
-Line #1 followed by Line #2
-Line #2 followed by one blank line
-
-Line #3 followed by one blank line
+Line #1 followed by one blank line
+Line #2 followed by one blank line
-Line #4 following one blank line
+Line #3 followed by Line #4
+Line #4
### Code Blocks