Wrong indentation in a list when converting to PDF
Posted by
mbc on
Oct 03, 2019; 1:53pm
URL: https://discuss.asciidoctor.org/Wrong-indentation-in-a-list-when-converting-to-PDF-tp7176.html
Hi!
I have an unordered list with several items. When converting to PDF (via asciidoctor-pdf) if the list is in two pages, the first bullet in the top of the second page appears with a wrong indentation.
Let me explain myself better with an example:

Item "loadedtwice" appears with a wrong indentation in the next page.
Is there any way to fix it?
I'm using Asciidoctor PDF 1.5.0.beta.5 using Asciidoctor 1.5.8.
Thanks in advance.