1
0
Fork 0

vis: tweak markdown lexer

main
urosm 2024-09-13 20:39:26 +02:00
parent b8f108ce1e
commit 64161967d4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ lex:add_rule('heading',
-- Blockquote.
lex:add_rule('blockquote',
lex:tag(lexer.COMMENT,
lexer.starts_line(P('> ')^1)))
lexer.starts_line(P('>' + P(' '))^1)))
-- Horizontal rule.
lex:add_rule('hr',