|
From: George V. R. <ge...@re...> - 2013-08-06 03:37:42
|
On Mon, Aug 5, 2013 at 7:11 PM, Ben Finney <ben...@be...>wrote: > Ricardo Montania <ri...@li...> writes: > > > How can I render simple new lines? > > > > If I write: > > Links: > > http://www.link1.com > > http://www.link2.com > > This looks like you intend it to be an un-ordered list. So it would be > better written, and semantically clearer, as: > > ===== > Links: > > * http://www.link1.com/ > * http://www.link2.com/ > ===== > You can also use | as a prefix to create a line block, http://docutils.sourceforge.net/docs/user/rst/quickref.html#line-blocks | Links: | http://www.link1.com | http://www.link2.com -- /George V. Reilly ge...@re... Twitter: @georgevreilly http://www.georgevreilly.com/blog http://blogs.cozi.com/tech |