vis: tweak markdown lexer
parent
b8f108ce1e
commit
64161967d4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue