From 8623fc582f96f0e2994120b231fdd371a4dea8a6 Mon Sep 17 00:00:00 2001 From: marihachi Date: Sat, 12 Jun 2021 12:34:49 +0900 Subject: [PATCH] resolve #61 --- src/internal/parser.pegjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/parser.pegjs b/src/internal/parser.pegjs index 90d1b85..0adce8e 100644 --- a/src/internal/parser.pegjs +++ b/src/internal/parser.pegjs @@ -128,7 +128,7 @@ plain // block: quote quote - = &(BEGIN ">") q:quoteInner { return q; } + = &(BEGIN ">") q:quoteInner LF? { return q; } quoteInner = head:quoteMultiLine tails:quoteMultiLine+