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

Commit 6938647

Browse files
committed
Allow arbitrary nesting within block quotes
1 parent 2cf203e commit 6938647

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
@@ -115,7 +115,7 @@ completePattern = ///
115115
# Useful when you need iterate over all items.
116116
itemPattern = ///
117117
^
118-
(?:\s*[-+*]|(?:\d+\.))? # optional list prefix
118+
(?:\s*(?:>\s+)*[-+*]|(?:\d+\.))? # optional list prefix
119119
\s* # optional whitespace prefix
120120
( # checkbox
121121
#{escapePattern(complete)}|

0 commit comments

Comments
 (0)