diff options
Diffstat (limited to 'html-test/ref/Nesting.html')
-rw-r--r-- | html-test/ref/Nesting.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html-test/ref/Nesting.html b/html-test/ref/Nesting.html index 59111338..5af30a4b 100644 --- a/html-test/ref/Nesting.html +++ b/html-test/ref/Nesting.html @@ -108,7 +108,7 @@ ><p >easily go back</p ><ol - ><li + ><li value="1" >some indentation</li ></ol ></li @@ -118,7 +118,7 @@ ></li ></ul ><ol - ><li + ><li value="1" ><pre >back at the top</pre ></li @@ -285,11 +285,11 @@ with more of the indented list content.</p ><p >Even more content on a new line.</p ><ol - ><li + ><li value="1" ><p >Different type of list</p ><ol - ><li + ><li value="2" >Deeper</li ></ol ><pre class="screen" |