Additions:
~1) This is an item in the same list.>><<Generated HTML code:
%%(wiki2html)~1) This is an item
~1) This is an item in the same list.%%<<
~- This is an item in a new list.>><<Generated HTML code:
%%(wiki2html)~1) This is an item
~- This is an item in a new list.%%<<
~1) This is an item in the first list.>><<Generated HTML code:
%%(wiki2html)~1) This is an item
~1) This is an item in the first list.%%<<
~~1) This is an item in the same list.>><<Generated HTML code:
%%(wiki2html)~~1) This is an item
~~1) This is an item in the same list.%%<<
Deletions:
~1) This is an item in the same list.>>
~- This is an item in a new list.>>
~1) This is an item in the first list.>>
~~1) This is an item in the same list.>>
Additions:
====Lists starting at a deeper level====
This section depicts lists starting at a deeper level. I personally don't like this, but I guess it could occur.
I don't want to incur the cost of checking the type of list that might come further down in the page, so i guess ordinary indent (a class of div) should be used.
~~1) This is an item
~~1) This is another item
~~~a) This is item in a sublist
~~~a) This is another item, in the same sublist
~~1) This is an item in the same list.>>
""~~1) This is an item""
""~~1) This is another item""
""~~~a) This is item in a sublist""
""~~~a) This is another item, in the same sublist""
""~~1) This is an item in the same list.""
%%(html)<div class="indent">
<ol type="1">
<li>This is an item</li>
<li>This is another item</li>
<ol type="a">
<li>This is item in a sublist</li>
<li>This is another item, in the same sublist</li>
</ol>
<li>This is an item in the same list.</li>
</div>%%
""<div class="indent">
<ol type="1">
<li>This is an item</li>
<li>This is another item</li>
<ol type="a">
<li>This is item in a sublist</li>
<li>This is another item, in the same sublist</li>
</ol>
<li>This is an item in the same list.</li>
</div>"">><<===BEFORE===
%%(html)<ol type="1"><li><ol type="1"><li> This is an item
</li></ol></li></ol><ol type="a"><li><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li></ol></li></ol></li></ol><ol type="1"><li><ol type="1"><li> This is an item in the same list.</div></li></ol></li></ol>%%
""<ol type="1"><li><ol type="1"><li> This is an item
</li></ol></li></ol><ol type="a"><li><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li></ol></li></ol></li></ol><ol type="1"><li><ol type="1"><li> This is an item in the same list.</div></li></ol></li></ol>""<<
Additions:
======Formatter fix up for nested lists======
Below these there is also a block (right) depicting html and rendering of 1.1.6.5, and a block (left) depicting how I (ideally) would want html and rendering to be in 1.1.6.6 / 1.1.7.
Deletions:
======Formatter fixup for nested lists======
Below these there is also a block (right) depicting html and rendering of 1.1.6.5, and a block (left) depictiong how I (ideally) would want html and rendering to be in 1.1.6.6 / 1.1.7.