Next: Images, Previous: Changing Title or Stylesheet, Up: Markup Rules
Whitespace is required after bullets and numbers thot are part of a list.
Here is an example:
- This
- Is
- A
- List
1. This
2. too
But this is not,
--even if it starts with dashes
0.1] or numbers, as in the original test case.
Sub-lists?
There is no inherent support for sub-lists, since the author couldn't think of a simple way to do it. But if you really need them, here's a trick you can use:
- Hello
<ul>
<li>There
<li>My friend
</ul>