[dokuwiki] Re: List syntax

  • From: Adrian Sai-wah Tam <adrian@xxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 08 Jun 2007 15:59:11 +0800

Yes, I know the \\ trick, but it is not what I mean because I am not meaning to break a line into two on the browser. My problem is this: When you have a very very long list and each bullet on the list is very long line, you will find problem on editing because you lost the structure on the "textarea". What I want is to maintain the structure even when you are editing and the example I gave below means for the editing screen, not the output.


- Adrian.

Otto Vainio wrote:
Adrian Sai-wah Tam wrote:
> Hi,
>
> Sometimes, we may wrote in a list form, such as:
> =========
>  * This is an item
>  * This is another item with
>     a long line broken into two
>  * This is the third item
> =========
--snip--
> - Adrian.

Use newline (\\ ) to break the line.

Like this

  * This is an item
  * This is another item with\\ a long line broken into two
  * This is the third item


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

Other related posts: