asciidocasciidoctor

asciidoc remove indent after full stop ":"


asciidoc

= Test

palim::
Blablablub

palim:

* Bla
* Blub

palimpalim::
Blablablub

pdf output.

enter image description here

How can I remove the indentation for palimpalim?


Solution

  • There is a typo in your markup, the second palim definition only has one colon instead of two, so Asciidoctor is interpreting the palimpalim term as part of the definition for the initial palim term.