MIM wrote: > I would like to suggest a straightforward enhancement for reST. > An option to be added to the conf.py file: > > line_break="a_string" > > If the option is missing there will be no change in the current > processing flow, i.e. no integrity issue with previous versions. > If the option is set, reST will substitute all end line "a_string" > with line break in the HTML document, i.e. <br>. > > The reasoning is that a lot of documentations are more instructive > rather than descriptive, in particular the one that I am developing.
It seems that you might be looking for reST's Literal and Line blocks: http://docutils.sourceforge.net/docs/user/rst/quickref.html#literal-blocks Hopefully that helps, -- --Max Battcher-- http://worldmaker.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
