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 ef331b7 commit 717df03Copy full SHA for 717df03
lib/marked.js
@@ -18,7 +18,7 @@ var block = {
18
hr: /^( *[-*_]){3,} *(?:\n+|$)/,
19
heading: /^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,
20
nptable: noop,
21
- lheading: /^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,
+ lheading: /^([^\n]+)\n *(=|-){4,} *(?:\n+|$)/,
22
blockquote: /^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,
23
list: /^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,
24
html: /^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,
0 commit comments