Re: How to start Quickbook lists items with a new paragraphs
"Paul A. Bristow" <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > Daniel James > Sent: Tuesday, November 01, 2011 6:04 PM > To: Discussion of Boost Documentation > Subject: Re: [Boost-docs] How to start Quickbook lists items with a new paragraphs > > On 1 November 2011 17:50, Paul A. Bristow <[email protected]> wrote: > > > > Obviously I don't fully understand how it works internally (or > > externally in BoostBook) but it seems to making life difficult for the user! > > > > Is the problem the spacing in the 'definition' of HTML para? > > > > Or should I just stop fighting it? > > HTML paragraphs usually have a single line margin before and after. > You can use css to change that. > > Not having line breaks is a docbook limitation, strictly speaking docbook only has line breaks in a > command synopsis. See: > > http://www.docbook.org/tdg/en/html/sbr.html > > But they seem to work okay elsewhere, so they're used for quickbook's 'br' element with a single warning > (which isn't as bad as the pages of warning that the documentation used to generate). Ok I have decided to stick with using [br] - it works, so I won't try to 'fix it' - quieting my warning-phobia ;-) I can achieve the layout I prefer using that quite easily. Much less annoying now you don't get pages of [br] warnings for which thanks. Is there really any reason to fear that this feature will be removed from future version of Docbook? Paul