comparison tests/test-minirst.py.out @ 9293:e48a48b754d3

minirst: parse field lists
author Martin Geisler <mg@lazybytes.net>
date Sun, 02 Aug 2009 23:38:07 +0200
parents cd5b6a11b607
children 26d3ade60fa6
comparison
equal deleted inserted replaced
9292:01e580143423 9293:e48a48b754d3
207 normal paragraph: 207 normal paragraph:
208 208
209 --foo bar baz 209 --foo bar baz
210 ---------------------------------------------------------------------- 210 ----------------------------------------------------------------------
211 211
212 fields formatted to fit within 60 characters:
213 ----------------------------------------------------------------------
214 Field lists give a simple two-column layout:
215
216 key The whitespace following the key is
217 significant for the wrapping of this text.
218 another key More text. The indentation on the following
219 lines is not significant.
220 ----------------------------------------------------------------------
221
222 fields formatted to fit within 30 characters:
223 ----------------------------------------------------------------------
224 Field lists give a simple two-
225 column layout:
226
227 key The whitespace
228 following the
229 key is
230 significant for
231 the wrapping of
232 this text.
233 another key More text. The
234 indentation on
235 the following
236 lines is not
237 significant.
238 ----------------------------------------------------------------------
239