From 1d67825673e4e5f1b90b18b7138953baedce3108 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 14 Jun 2016 08:59:20 -0400 Subject: Require indentation for multiline list items (#3326) --- tests/test-markdown-lists.md | 9 ++++----- webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/test-markdown-lists.md b/tests/test-markdown-lists.md index 2ec9bc629..c60b0eb89 100644 --- a/tests/test-markdown-lists.md +++ b/tests/test-markdown-lists.md @@ -162,7 +162,7 @@ Verify that all list types render as expected. ### Ordered Lists Separated by Carriage Returns -**Expected:* +**Expected:** ``` 1. One • Two @@ -176,7 +176,6 @@ Verify that all list types render as expected. 1. One - Two - 1. One 2. Two @@ -185,15 +184,15 @@ Verify that all list types render as expected. **Expected:** ``` 1. One - - Two +- Two This text should be on a new line. ``` **Actual:** 1. One - - Two -This text should be on a new line. +- Two + This text should be on a new line. **Expected:** ``` diff --git a/webapp/package.json b/webapp/package.json index 5bc944557..263df21ca 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -16,7 +16,7 @@ "jasny-bootstrap": "3.1.3", "jquery": "2.2.3", "keymirror": "0.1.1", - "marked": "mattermost/marked#2d92082cd542dc0adc175a1407194f6a4c3cb621", + "marked": "mattermost/marked#662c0d2997215f328eaa55eb33aaa445838b4479", "match-at": "0.1.0", "mattermost": "mattermost/mattermost-javascript#release-3.1", "object-assign": "4.1.0", -- cgit v1.2.3-1-g7c22