Next: , Previous: , Up: Rendered pages   [Contents][Index]


3.1.5 Lists

By default lists aren’t indented. They use a series of prefixes, and different types of lists can be combined. See the customizable variable ‘wwe-render-list-prefix-function’ and set it to 'wwe-render-format-prefix-list-indent to use indentation or set a formatting function of your own.

Unordered lists use an asterix, "*". They look like the default lists of outline-mode or org-mode. This makes it possible to use ‘outline-minor-mode’ in pages with unordered lists.

* One

** One one

* Two

* Three

** Three one

** Three two

*** Three third

Definition lists use "-".

Term

- definition

Ordered lists use numerals.

1. One

1.1. One one

2. Two

3. Three

3.1. Three one

3.2. Three two

3.2.* Three two unordered one

3.2.** Three two unordered two

3.2.*** Three two unordered three