
|
[dokuwiki]
||
[Date Prev]
[06-2007 Date Index]
[Date Next]
||
[Thread Prev]
[06-2007 Thread Index]
[Thread Next]
[dokuwiki] Re: List syntax
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Fri, 08 Jun 2007 12:00:36 +0100
Couldn't this effect be achieved with small HTML changes?
Something along the lines of
<li><p>The text that spans</p></li>
With the paragraph text inheriting the margin and indent of the <li>
items. A modification to <li> CSS might be required, I think.
Its a wiki parsing issue, rather than an HTML/CSS issue. At present the
parser is set to detect the end of a list item when it encounters a new
line. For anyone wishing to investigate this, the appropriate code is
mainly in parser/handler.php with list patterns also in
parser/parser.php. There are a couple of list plugins, the authors of
those may be worth contacting for advice/help in developing a plugin (or
patch) to achieve the effect you are after.
Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|