What's the most straightforward way to arrange text so that when you
generate it with reStructuredText's html.py, the output has a <br/> in it?
I don't want to use::
Something like
this
because that'll wrap it in <pre class="literal-block"/> and then I have to
figure out how to make this stuff look the same as the stuff around it.
I like the fact that
normally something
skinny like this
comes out as a single paragraph. But sometimes you just want to have one
line and then another with a <br/> inbetween.
Such as when you're writing an address.
Mark McEahern
101 Whoville
Who, McGoo
Make sense?
Thanks,
// m
-
|