diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-08-20 22:14:08 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-08-20 22:14:08 +0200 |
commit | 44f8ae779eb377d5e09fd4f09c8ff57533247ccb (patch) | |
tree | 736f48892cc759c9110892e6731a5ea8f9381bad | |
parent | 7d9248acc635e46306a148bac1bddbb2b126db68 (diff) |
Added closing paren. Fixes #428.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |