python-textile
python-textile copied to clipboard
List type
This change selects which list type (ordered, unordered) by the last character of the sequence. This does not affect exiting lists but makes writing lists easier the following way:
# Point 1
#* Element
#* Element
#*# SubPoint1
#*# SubPoint2
# Point 2