]> git.ipfire.org Git - thirdparty/git.git/commit
doc: change the markup of paragraphs following a nested list item
authorJean-Noël Avila <jn.avila@free.fr>
Sat, 27 Sep 2025 19:39:45 +0000 (21:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Sep 2025 00:35:29 +0000 (17:35 -0700)
commit5a12fd2a8c850df311aa149c9bad87b7cb002abb
treeff3ba6ec585d83eaa3df0a813524de112a4931dc
parentc44beea485f0f2feaf460e2ac87fdd5608d63cf0
doc: change the markup of paragraphs following a nested list item

Asciidoctor and asciidoc.py have different behaviors when a paragraph
follows a nested list item. Asciidoctor has a bug[1] that makes it keep a
plus sign (+) used to attached paragraphs at the beginning of the paragraph.

This commit uses workarounds to avoid this problem by using second level
definition lists and open blocks.

[1]:https://github.com/asciidoctor/asciidoctor/issues/4704

Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/extensions.adoc
Documentation/pretty-formats.adoc