comparison tests/test-minirst.py.out @ 9739:75cff8f12910

minirst: support enumerated lists
author Martin Geisler <mg@lazybytes.net>
date Sat, 07 Nov 2009 03:14:56 +0100
parents 26d3ade60fa6
children a1ae0ed78d1a
comparison
equal deleted inserted replaced
9738:f52c4f7a4732 9739:75cff8f12910
111 111
112 (The above is not a list item since we are in the literal block.) 112 (The above is not a list item since we are in the literal block.)
113 113
114 Literal block with no indentation (apart from 114 Literal block with no indentation (apart from
115 the two spaces added to all literal blocks). 115 the two spaces added to all literal blocks).
116
117 1. This is an enumerated list (first item).
118 2. Continuing with the second item.
119 (1) foo
120 (2) bar
121 1) Another
122 2) List
116 ---------------------------------------------------------------------- 123 ----------------------------------------------------------------------
117 124
118 lists formatted to fit within 30 characters: 125 lists formatted to fit within 30 characters:
119 ---------------------------------------------------------------------- 126 ----------------------------------------------------------------------
120 - This is the first list item. 127 - This is the first list item.
139 146
140 (The above is not a list item since we are in the literal block.) 147 (The above is not a list item since we are in the literal block.)
141 148
142 Literal block with no indentation (apart from 149 Literal block with no indentation (apart from
143 the two spaces added to all literal blocks). 150 the two spaces added to all literal blocks).
151
152 1. This is an enumerated list
153 (first item).
154 2. Continuing with the second
155 item.
156 (1) foo
157 (2) bar
158 1) Another
159 2) List
144 ---------------------------------------------------------------------- 160 ----------------------------------------------------------------------
145 161
146 options formatted to fit within 60 characters: 162 options formatted to fit within 60 characters:
147 ---------------------------------------------------------------------- 163 ----------------------------------------------------------------------
148 There is support for simple option lists, but only with long 164 There is support for simple option lists, but only with long