[dokuwiki] Re: breaks in numbered lists

Stephen Perciballi wrote:
Hi all,

Is it possible to put a break in a numbered list and resume the count?
For example

 - This is the first item.
 - This is the second item.
 - This is the third item.
<html>
some preformatted text.
<html>
 - This is the fourth item.

Thanks in advance.
There maybe a plugin which supports starting a list at a specified number. DW native syntax does not. However if you start your html (or file or code) block on the same line as the list item text the list will not be broken.

e.g.

- this is the first item
- this is the second item <file>
some preformatted text
</file>
- this is the third item

Cheers,

Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: