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/Test.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/Test.html')
-rw-r--r-- | html-test/ref/Test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index 10540c93..a4fdb391 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -1884,9 +1884,9 @@ using double quotes: <a href="#" >This is the next item (different kind of bullet)</li ></ul ><ol - ><li + ><li value="1" >This is an ordered list</li - ><li + ><li value="2" >This is the next item (different kind of bullet)</li ></ol ><dl |