Additions:
What you want is at NestedLists
''But i found a bug. Edit this page, but don't add anything (to the bottom at least). Preview!''
>>Clearly odd.
What to do?
(Ok, I'll add a ticket, if I can't find it. :) )
Deletions:
====Nested Lists====
Actual rendering:
~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.""
::c::
AFTER?:
%%(html)<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>
</ol>%%
""<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></ol>""
<<
BEFORE:
%%(html)<ol type="1"><li> This is an item
</li><li> This is another item
</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li><li> This is another item, in the same sublist
</li></ol></li></ol><ol type="1"><li> This is an item in the same list.</li></ol>%%
""<ol type="1"><li> This is an item</li><li> This is another item</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist</li><li> This is another item, in the same sublist</li></ol></li></ol><ol type="1"><li> This is an item in the same list.</li></ol>""
<<
::c::
====Nested Lists with another type at the last line====
Actual rendering:
~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
~- This is an item in a new 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""
""~- This is an item in a new list.""
::c::
AFTER?:
%%(html)<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>
</ol>
<ul>
<li>This is an item in a new list.</li>
</ul>%%
""<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></ol><ul><li>This is an item in a new list.</li></ul>""
<<
BEFORE:
%%(html)<ol type="1"><li> This is an item
</li><li> This is another item
</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li><li> This is another item, in the same sublist
</li></ol></li></ol><ul><li> This is an item in a new list.</li></ul>%%
""<ol type="1"><li> This is an item</li><li> This is another item</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist</li><li> This is another item, in the same sublist</li></ol></li></ol><ul><li> This is an item in a new list.</li></ul>""
<<
::c::
====Nested Lists with another type of list in the middle====
Actual rendering:
~1) This is an item
~1) This is another item
~~a) This is item in a sublist
~~i) This is another item, in a new sublist
~1) This is an item in the first list.
""~1) This is an item""
""~1) This is another item""
""~~a) This is item in a sublist""
""~~i) This is another item, in a new sublist""
""~1) This is an item in the first list.""
::c::
AFTER?:
%%(html)<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>
</ol>
<ol type="i">
<li>This is another item, in the same sublist</li>
</ol>
<li>This is an item in a new list.</li>
</ol>%%
""<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>
</ol>
<ol type="i">
<li>This is another item, in the same sublist</li>
</ol>
<li>This is an item in a new list.</li>
</ol>""
<<
BEFORE:
%%(html)<ol type="1"><li> This is an item
</li><li> This is another item
</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li></ol></li></ol><ol type="i"><li><ol type="i"><li> This is another item, in a new sublist
</li></ol></li></ol><ol type="1"><li> This is an item in the first list.</li></ol>%%
""<ol type="1"><li> This is an item
</li><li> This is another item
</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li></ol></li></ol><ol type="i"><li><ol type="i"><li> This is another item, in a new sublist
</li></ol></li></ol><ol type="1"><li> This is an item in the first list.</li></ol>""
<<
::c::
Additions:
====Nested Lists with another type of list in the middle====
~~i) This is another item, in a new sublist
~1) This is an item in the first list.
""~~i) This is another item, in a new sublist""
""~1) This is an item in the first list.""
<ol type="i">
""<ol type="1">
<ol type="i">
</ol>""
</li></ol></li></ol><ol type="i"><li><ol type="i"><li> This is another item, in a new sublist
</li></ol></li></ol><ol type="1"><li> This is an item in the first list.</li></ol>%%
""<ol type="1"><li> This is an item
</li></ol></li></ol><ol type="i"><li><ol type="i"><li> This is another item, in a new sublist
</li></ol></li></ol><ol type="1"><li> This is an item in the first list.</li></ol>""
Additions:
Actual rendering:
AFTER?:
BEFORE:
</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist
""<ol type="1"><li> This is an item</li><li> This is another item</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist</li><li> This is another item, in the same sublist</li></ol></li></ol><ol type="1"><li> This is an item in the same list.</li></ol>""
Actual rendering:
~- This is an item in a new list.
""~- This is an item in a new list.""
AFTER?:
BEFORE:
</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li></ol></li></ol><ul><li> This is an item in a new list.</li></ul>%%
""<ol type="1"><li> This is an item</li><li> This is another item</li></ol><ol type="a"><li><ol type="a"><li> This is item in a sublist</li><li> This is another item, in the same sublist</li></ol></li></ol><ul><li> This is an item in a new list.</li></ul>""
Deletions:
How I want it to look:
Below is how it looks for now:
</li></ul><ol type="a"><li><ol type="a"><li> This is item in a sublist
""~- This is an item in the same list.""
How I want it to look:
Below is how it looks for now:
</li></ul><ol type="1"><li><ol type="1"><li> This is item in a sublist
</li></ol></li></ol><ul><li> This is an item in the same list.</li></ul>%%
~- This is an item in the same list.
Additions:
====Nested Lists====
""~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.""
How I want it to look:
%%(html)<ol type="1">
<ol type="a">
</ol>%%
""<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></ol>""
%%(html)<ol type="1"><li> This is an item
</li></ul><ol type="a"><li><ol type="a"><li> This is item in a sublist
</li></ol></li></ol><ol type="1"><li> This is an item in the same list.</li></ol>%%
~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.
====Nested Lists with another type at the last line====
""~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""
How I want it to look:
%%(html)<ol type="1">
<ol type="a">
</ol>
<ul>
<li>This is an item in a new list.</li>
""<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></ol><ul><li>This is an item in a new list.</li></ul>""
%%(html)<ol type="1"><li> This is an item
~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
Deletions:
=====Nested Lists=====
I want the following code to produce the HTML (and output) to the right:
%%(HTML)<ul>
<ol>
""<ul><li>This is an item</li><li>This is another item</li><ol><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></ul>""
""~- This is an item""
""~- This is another item""
""~~1) This is item in a sublist""
""~~1) This is another item, in the same sublist""
~- This is an item
~- This is another item
~~1) This is item in a sublist
~~1) This is another item, in the same sublist
%%(html)<ul><li> This is an item
Additions:
<<
<<
Additions:
%%(html)<ul><li> This is an item
</li><li> This is another item
</li></ul><ol type="1"><li><ol type="1"><li> This is item in a sublist
</li><li> This is another item, in the same sublist
</li></ol></li></ol><ul><li> This is an item in the same list.</li></ul>%%
Additions:
=====Nested Lists=====
I want the following code to produce the HTML (and output) to the right:
>>
%%(HTML)<ul>
<li>This is an item</li>
<li>This is another item</li>
<ol>
<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>
</ul>%%
""<ul><li>This is an item</li><li>This is another item</li><ol><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></ul>""
>>
""~- This is an item""
""~- This is another item""
""~~1) This is item in a sublist""
""~~1) This is another item, in the same sublist""
""~- This is an item in the same list.""
Below is how it looks for now:
~- This is an item
~- This is another item
~~1) This is item in a sublist
~~1) This is another item, in the same sublist
~- This is an item in the same list.
::c::
Deletions:
This is just a test
This is in a second paragraph
And so is this, but
This is third.
No Differences
Additions:
This is just a test
This is in a second paragraph
And so is this, but
This is third.
Deletions:
h1. Heading
A _simple_ demonstration of Textile markup.
* One
* Two
* Three
"More information":http://www.textism.com/tools/textile is available.
Additions:
h1. Heading
A _simple_ demonstration of Textile markup.
* One
* Two
* Three
"More information":http://www.textism.com/tools/textile is available.
Deletions:
==tada==
|!|(i:id)||
||Aaaa||Bbbb||
Cccc||Dddd||
----
hgd
No Differences
Additions:
||Aaaa||Bbbb||
Deletions:
||Aaaa||Bbbb
No Differences
No Differences
Additions:
Cccc||Dddd||
Deletions:
||Cccc||Dddd||
Additions:
||Aaaa||Bbbb
||Cccc||Dddd||
Deletions:
||Test||testtest
||testestest||testestestest||
Additions:
||Test||testtest
Deletions:
||Test||testtest||
Additions:
||Test||testtest||
||testestest||testestestest||
Additions:
|!|(i:id)||
Deletions:
|=|(i:1)Test|=|{color:red}Test 2||
Full history for this page cannot be displayed within a single page, click
here to view more.