[Docbook] Line break in paragraph

Subject: [Docbook] Line break in paragraph
From: Guillaume Rouchy <rouchyg@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Nov 1999 11:19:57 +0000
Hello,

How can I keep a line-break in a paragraph without creating a new
paragraph ?

Example1: How it is currently working
<para>Hello
World</para>

is to be displayed like this:
Hello World

Example2: What I would like
<para>Hello
World</para>

displayed like this:
Hello
World

Example3: The solution I don't want:
<para>Hello</para>
<para>World</para>

which will be displayed more like:
Hello

World

I want to keep the space between two paragraphs (like in example3) but I
would like to have a line-break in the same paragraph (like in
example2). Is it possible ? How ?

Thank you for your help.

Guillaume


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread