This commit is contained in:
marihachi 2021-06-12 12:34:49 +09:00
parent 0733b1e06f
commit 8623fc582f

View file

@ -128,7 +128,7 @@ plain
// block: quote
quote
= &(BEGIN ">") q:quoteInner { return q; }
= &(BEGIN ">") q:quoteInner LF? { return q; }
quoteInner
= head:quoteMultiLine tails:quoteMultiLine+