Custom PDF theme and new lines

Posted by 1marc1 on
URL: https://discuss.asciidoctor.org/Custom-PDF-theme-and-new-lines-tp8105.html

Hi,

I am building a custom theme for asciidoctor-pdf 1.5.3 and I have a question. I have created a very simple test document like this:

== Test

This is a very simple document.
This is a very simple document.
This is a very simple document.

When I run this through asciidoctor-pdf without specifying any theme, the output places the three lines in the same paragraph (one after the other).

When I run this through asciidoctor-pdf while specifying my custom theme, I end up with three individual paragraphs; one for each line.

My understanding has always been that this shouldn't be possible. However, it looks like something in my theme is controlling the behavior. Is anyone aware of a setting that I should check in my custom theme so that I get the default behavior back?

Thank you.

Marc.