Re: How to start Quickbook lists items with a new paragraphs
Daniel James <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ydmJA_b8kcNFANk8irAn-TU3c+mT04jwGma4qTDnQq48g@mail.gmail.com> |
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).