mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
Merge branch 'main' into feature/callout
This commit is contained in:
commit
eec0dace7f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class MarkdownElement extends CustomElement {
|
|||
tokenizer: {
|
||||
// Fix single, double, and triple equals on a single line being interpreted as headings
|
||||
lheading(src) {
|
||||
const cap = /^(?!bull )((?:.|\n(?!\s*?\n|bull ))+?)\n {0,3}(={4,}|-{4,}) *(?:\n+|$)/.exec(src);
|
||||
const cap = /^(?![.+*] )((?:.|\n(?!\s*?\n|[.+*] ))+?)\n {0,3}(={4,}|-{4,}) *(?:\n+|$)/.exec(src);
|
||||
if (cap) {
|
||||
return {
|
||||
type: 'heading',
|
||||
|
|
Loading…
Reference in a new issue