Wiki list formatting?
Replies (1)
(1-1/1)
Added by Michael Wu almost 3 years ago
Is there any way to do multilevel lists with ordered lists?
When I do something like:
# Test1 * Hello # Test2 * Hi
I get:
When I want:
1. Test1
* Hello
2. Test2
* Hi
Also, separating the items doesn't help either
# Test1 * Hello # Test2 * Hi
Gets:
You have to write
# Test1 ** Hello # Test2 ** Hi
This results in:
The levels are determined by the numbers of "#" and "*" ;)
(1-1/1)