farkup demo -- ordered lists
parent
3ad286dc09
commit
1c6e08b50c
|
@ -16,12 +16,18 @@ Images can be embedded in the text:
|
||||||
|
|
||||||
[[image:http://factorcode.org/graphics/logo.png]]
|
[[image:http://factorcode.org/graphics/logo.png]]
|
||||||
|
|
||||||
Lists:
|
Unordered lists:
|
||||||
|
|
||||||
- a list
|
- a list
|
||||||
- with three
|
- with three
|
||||||
- items
|
- items
|
||||||
|
|
||||||
|
Ordered lists:
|
||||||
|
|
||||||
|
# a list
|
||||||
|
# with three
|
||||||
|
# numbered items
|
||||||
|
|
||||||
Tables:
|
Tables:
|
||||||
|
|
||||||
|a table|with|four|columns|
|
|a table|with|four|columns|
|
||||||
|
|
Loading…
Reference in New Issue