3 Nov 2008 00:47
Re: Idea: Connecting paragraphs in reStructuredText
Guenter Milde <milde <at> users.berlios.de>
2008-11-02 23:47:13 GMT
2008-11-02 23:47:13 GMT
Red Wraith <red.wraith <at> gmx.de> schrieb: > David Goodger wrote: > It would be very nice if reStructuredText featured an extra standard > element for empty lines. Do you really need both, standard transitions and "empty lines"? (Are these mixed in any of the examples?) > Or maybe different *standard* types of transitions (simple empty line, > horizontal dash, etc.), so one can use empty lines and everybody which > converts the RST source file sees empty lines by default and not > horizontal dashs for example. The style of a transition is a layout feature, so it is not coded in the rst source but the style sheet. As you cannot specify the style sheet in the source, someone translating it with the default settings will see the default transition. You can, however, configure docutils in a way that all transitions will by default be styled as vertical space (do not call it empty lines -- the browser is not a typewriter) with a custom style-sheet specified in ~/.docutils. > At the moment, if you use "-----------" one can't specify a type. You can:: Hallo Welt(Continue reading)
In fact, I would expect arg2 to stay in argv after processing via optparse,
unless it was joined by using quotes in the command line, like
--optname="arg1 arg2"
RSS Feed