Graphical Representations (Trees and UML)
A special macro allows you to express thoughts using graphical means. See
SnipGraph.
Nested Lists
You can do nested lists with
- one
-- two
-- three
--- four
-- five
- six
NOTE: Don't try to extend the above to four dashes, four dashes:
The above results in a horizontal line - shown just below)
Numbering nested lists sometimes works, depending on what version you're running.
1. one
1a. two
1ai. three
1a. four
1. five
- one
- two
- three
- four
- five
strikethrougheffect.Any advice would be welcome!- first level
- second level with letters
- second level continued
- first level continued
.. but nexting with dashes producesstrikethrougtext.-- two
-- three
- four
produces
- one
- two
- three
- four
But does not work in 0.5? Seems strange, as we have a unit test for this.Update: Your're right, does not work in 0.5, I have a look.<ul class="minus"> <li>xxx</li> </ul>