(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-24) was last changed on 02-Feb-2007 21:30 by RadomirDopieralski  

This page was created on 10-Jan-2007 19:27 by RaphLevien

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 111 added 36 lines
What about multiline list elements? Has it already been discussed? Since multiline paragraphs are permitted in 0.4, I think this should also be the case for list elements. I.e.
{{{
* some long
list item
}}}
should be rendered like
{{{
* some long list item
}}}
An empty line would be used to start a paragraph.
Also I don't think it's specified how to end a list. I'd suggest to consider an empty line to mark the end of all lists above, even deeply nested ones:
{{{
* a
* b
** c
*d
}}}
would be rendered as
{{{
<ul>
<li>a</li>
<li>b</li>
<ul>
<li>c</li>
</ul>
</ul>
<ul>
<li>d</li>
</ul>
}}}
-- [[YvesPiguet]], 2007-Jan-25
Version Date Modified Size Author Changes ... Change note
24 02-Feb-2007 21:30 7.303 kB RadomirDopieralski to previous not in scope
23 02-Feb-2007 19:44 6.873 kB YvesPiguet to previous | to last Spaces in links
22 25-Jan-2007 20:39 6.556 kB RadomirDopieralski to previous | to last we need to agree on line breaks first
21 25-Jan-2007 19:16 6.373 kB YvesPiguet to previous | to last Multiline list elements
« This page (revision-24) was last changed on 02-Feb-2007 21:30 by RadomirDopieralski