Skip to content

Commit ef331b7

Browse files
committed
*
1 parent 579a0ec commit ef331b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/marked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var block = {
2525
def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,
2626
table: noop,
2727
paragraph: /^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,
28-
quiz: /^( *[-*>>]){2,}(.*?)([-*<<]){2,} *(?:\n+|$)/,
28+
quiz: /^( *[>>]){2,}(.*?)([<<]){2,} *(?:\n+|$)/,
2929
text: /^[^\n]+/
3030
};
3131

0 commit comments

Comments
 (0)