Skip to content

Commit

Permalink
Official 0.30 spec.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jun 20, 2021
1 parent e77722a commit 320b4b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/spec.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: CommonMark Spec
author: John MacFarlane
version: 0.29
date: '2019-04-06'
version: '0.30'
date: '2021-06-19'
license: '[CC-BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)'
...

Expand Down Expand Up @@ -9706,8 +9706,9 @@ just above `stack_bottom` (or the first element if `stack_bottom`
is NULL).

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

Then we repeat the following until we run out of potential
closers:
Expand Down

0 comments on commit 320b4b7

Please sign in to comment.