From 44f8ae779eb377d5e09fd4f09c8ff57533247ccb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 20 Aug 2016 22:14:08 +0200 Subject: Added closing paren. Fixes #428. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index a2a8df8..15255ec 100644 --- a/spec.txt +++ b/spec.txt @@ -9045,7 +9045,7 @@ blocks. But we cannot close unmatched blocks yet, because we may have a [lazy continuation line]. 2. Next, after consuming the continuation markers for existing -blocks, we look for new block starts (e.g. `>` for a block quote. +blocks, we look for new block starts (e.g. `>` for a block quote). If we encounter a new block start, we close any blocks unmatched in step 1 before creating the new block as a child of the last matched block. -- cgit v1.2.3