Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 92bb768

Browse files
committed
handle >>
1 parent 219e3fc commit 92bb768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/task_list.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ itemPattern = ///
117117
^
118118
(?: # optional list prefix, consisting of
119119
\s* # optional leading whitespace
120-
(?:>\s+)* # zero or more blockquotes
120+
(?:>\s*)* # zero or more blockquotes
121121
(?:[-+*]|(?:\d+\.)) # item indicator
122122
)?
123123
\s* # optional whitespace prefix

0 commit comments

Comments
 (0)