diff options
author | Ben Simms <ben@bensimms.moe> | 2022-05-03 13:19:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 14:19:24 +0200 |
commit | 35c99f595c984f58d2fb4dc180c48a0eaf7df173 (patch) | |
tree | bae92ed5970738d031ef4fb84dc571c037e2ec40 /html-test/ref/Bug313.html | |
parent | bc0f2d6c1bfd331a9426fa9a92288444178267b1 (diff) |
Keep track of ordered list indexes and render them (#1407)
* Keep track of ordered list indexes and render them
* Rename some identifiers to clarify
Diffstat (limited to 'html-test/ref/Bug313.html')
-rw-r--r-- | html-test/ref/Bug313.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html-test/ref/Bug313.html b/html-test/ref/Bug313.html index 9bb1e176..44a970b7 100644 --- a/html-test/ref/Bug313.html +++ b/html-test/ref/Bug313.html @@ -91,15 +91,15 @@ ><p >Some text.</p ><ol - ><li + ><li value="1" >Item 1</li - ><li + ><li value="2" ><p >Item 2</p ><pre >Some code</pre ></li - ><li + ><li value="3" >Item 3</li ></ol ><p @@ -117,15 +117,15 @@ ><p >Some text.</p ><ol - ><li + ><li value="1" >Item 1</li - ><li + ><li value="2" ><p >Item 2</p ><pre >Some code</pre ></li - ><li + ><li value="3" >Item 3</li ></ol ><p |