tormodh's wiki : SandBox2

Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Revision [502]

Last edited on 2008-11-14 21:00:35 by tormodh
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::


Revision [500]

Edited on 2008-11-14 20:45:15 by tormodh [tst]
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>""


Revision [499]

Edited on 2008-11-14 20:32:20 by tormodh [updated]
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.


Revision [498]

Edited on 2008-11-14 20:17:17 by tormodh [Added case]
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


Revision [497]

Edited on 2008-11-14 19:12:40 by tormodh [Added case]
Additions:
<<
<<


Revision [496]

Edited on 2008-11-14 19:12:05 by tormodh [added generated html in trunk]
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>%%


Revision [495]

Edited on 2008-11-14 19:10:54 by tormodh [Test for nested lists.]
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.


Revision [274]

Edited on 2006-09-29 00:38:30 by tormodh [Test for nested lists.]

No Differences

Revision [273]

Edited on 2006-09-26 00:38:39 by tormodh [Test for nested lists.]
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.


Revision [272]

Edited on 2006-09-19 21:11:29 by tormodh [hmm]
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


Revision [267]

Edited on 2006-09-16 00:54:26 by tormodh [hmm]

No Differences

Revision [266]

Edited on 2006-09-16 00:54:19 by tormodh [hmm]
Additions:
||Aaaa||Bbbb||
Deletions:
||Aaaa||Bbbb


Revision [265]

Edited on 2006-09-16 00:54:01 by tormodh [hmm]

No Differences

Revision [264]

Edited on 2006-09-16 00:53:54 by tormodh [hmm]

No Differences

Revision [263]

Edited on 2006-09-16 00:53:42 by tormodh [hmm]
Additions:
Cccc||Dddd||
Deletions:
||Cccc||Dddd||


Revision [262]

Edited on 2006-09-16 00:53:14 by tormodh [hmm]
Additions:
||Aaaa||Bbbb
||Cccc||Dddd||
Deletions:
||Test||testtest
||testestest||testestestest||


Revision [261]

Edited on 2006-09-16 00:52:41 by tormodh [hmm]
Additions:
||Test||testtest
Deletions:
||Test||testtest||


Revision [257]

Edited on 2006-09-14 22:41:20 by tormodh [hmm]
Additions:
||Test||testtest||
||testestest||testestestest||


Revision [256]

Edited on 2006-09-06 20:03:38 by tormodh [hmm]
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.

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.2925 seconds