Re: Custom PDF theme and new lines
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/Custom-PDF-theme-and-new-lines-tp8105p8106.html
Marc.
This is not behavior I expect to see. It's possible you have discovered a defect.
Can you share a minimal theme with a sample document that demonstrates the problem? I'll be happy to look into it.
Best Regards,
-Dan
On Wed, Jul 22, 2020 at 8:45 AM 1marc1 [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
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.
--