Bulleted lists#
Use an asterisk (*) in the first column to make bulleted lists. Use more asterisks for deeper indentation.This
* One \\ one and a half * Two * Three ** Three.One
produces this
- One
one and a half - Two
- Three
- Three.One
Numbered lists#
Just like with bulleted lists, but use a hash (#) instead of the asterisk.This
# One # Two # Three ## Three.One
produces this
- One
- Two
- Three
- Three.One
Back to Editing Pages, TextFormattingRules
Errmm.. is is posible to create a list without any numbers or dots? just a indentation?!
--Matty, 15-Mar-2007
Yes. Try the following:
;:one ;:two ;:three
which will result in
- one
- two
- three
Okay this works for me... but what about a double indentation...?! ;:;: dont works :(
That gets more complicated. But it's possible:
%%(margin-left:1ex;) First indent %%(margin-left:1ex;) Second indent %%(margin-left:1ex;) Third indent %% Back to second\\ Still in second %% Back to first. %%Result is like this:
First indent
Second indent
Still in second
Back to first.
Third indent
Back to secondStill in second
---
Is it possible to mark a listitem as a heading means that the listitem is shown in the table of contents...
Simple. No :-)
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 16-Mar-2007 17:02 by JanneJalkanen.
. Use this wiki only for improving the documentation.