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

Commit 1003937

Browse files
committed
fix quoted ordered lists
as discovered by @aroben
1 parent 0084025 commit 1003937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/javascripts/task_list.coffee

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

0 commit comments

Comments
 (0)