Skip to content

Commit 4653147

Browse files
committed
Revise emphasis parsing algorithm description...
to fit most recent fix for #383.
1 parent 9be0e95 commit 4653147

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9706,8 +9706,9 @@ just above `stack_bottom` (or the first element if `stack_bottom`
97069706
is NULL).
97079707

97089708
We keep track of the `openers_bottom` for each delimiter
9709-
type (`*`, `_`) and each length of the closing delimiter run
9710-
(modulo 3). Initialize this to `stack_bottom`.
9709+
type (`*`, `_`), indexed to the length of the closing delimiter run
9710+
(modulo 3) and to whether the closing delimiter can also be an
9711+
opener. Initialize this to `stack_bottom`.
97119712

97129713
Then we repeat the following until we run out of potential
97139714
closers:

0 commit comments

Comments
 (0)