On 19/02/11 01:34, Miklos Vajna wrote:
$ cat a.txt
= A

Aaa.
$ cat b.txt
= B

Bbb.
$ cat index.txt
Combined Document Title
_______________________

:leveloffset: 1


You need to separate the includes with a blank line so that the section B title is not part of the last paragraph in section A i.e. asciidoc is seeing:

Aaa.
= B

instead of:

Aaa.

= B

From the User Guide (http://www.methods.co.nz/asciidoc/userguide.html#X90):

``Put a blank line between the `include` macro lines to ensure the
  title of the included document is not seen as part of the last
  paragraph of the previous document.''


Cheers, Stuart

--
You received this message because you are subscribed to the Google Groups 
"asciidoc" 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/asciidoc?hl=en.

Reply via email to