We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579a0ec commit ef331b7Copy full SHA for ef331b7
lib/marked.js
@@ -25,7 +25,7 @@ var block = {
25
def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,
26
table: noop,
27
paragraph: /^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,
28
- quiz: /^( *[-*>>]){2,}(.*?)([-*<<]){2,} *(?:\n+|$)/,
+ quiz: /^( *[>>]){2,}(.*?)([<<]){2,} *(?:\n+|$)/,
29
text: /^[^\n]+/
30
};
31
0 commit comments