(anonymous guest) (logged out)

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

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Since multiline paragraphs have been permitted since 0.4, it 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.

An empty line marks the end of all lists, even deeply nested ones:

* a
* b
** c

*d
is rendered as
<ul>
<li>a</li>
<li>b</li>
<ul>
<li>c</li>
</ul>
</ul>
<ul>
<li>d</li>
</ul>

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 28-Feb-2007 19:41 by YvesPiguet.