Re: doc: config/extensions.adoc: line continuation syntax error
From: Jeff King <hidden>
Date: 2025-09-24 00:54:14
From: Jeff King <hidden>
Date: 2025-09-24 00:54:14
On Tue, Sep 23, 2025 at 11:08:10PM +0200, Jean-Noël AVILA wrote:
Indeed, open blocks cannot be nested [1]. But, the first open block is not necessary as it is a workaround for the missing knowledge of multi-level definition lists.
We've run in this before, but I don't think we ever came up with a satisfactory general solution. You can find one more case with: cd Documentation ./doc-diff --from-asciidoc --to-asciidoctor HEAD HEAD and searching in the pager for: /^\+[ ]+\+ which shows added lines starting with "+". The other one is in the pretty-formats %(decorate) description, which is included in a few places. There are some other hits for ASCII art, some of which I think are mis-rendered. But that's a separate problem. :) -Peff