[dokuwiki] Re: breaks in numbered lists
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 22 Feb 2007 22:21:23 +0000
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
- References:
- [dokuwiki] breaks in numbered lists
- From: Stephen Perciballi
Other related posts:
- » [dokuwiki] breaks in numbered lists
- » [dokuwiki] Re: breaks in numbered lists
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.
- [dokuwiki] breaks in numbered lists
- From: Stephen Perciballi