From 7c73b8712df0840d8a9aee5f92dfdfa71ef81d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 24 Jul 2019 00:00:01 +0000 Subject: [PATCH] c5b7a3dd9cd5fdbfce79ce81154f014d9adbec6d --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index f0a0c49..88c6faa 100644 --- a/index.html +++ b/index.html @@ -27647,6 +27647,9 @@ explicitly-given

One application we have in mind for this is that as of 2.0.10 Asciidoctor does not warn on header ID collisions between auto-generated IDs: https://github.com/asciidoctor/asciidoctor/issues/3147 But this script doesn’t solve that yet as it would require generating the section IDs without the -N suffix. Section generation happens at Section.generate_id in Asciidoctor code.

+
+

Hastily hacked from: https://asciidoctor.org/docs/user-manual/#https://asciidoctor.org/docs/user-manual/#tree-processor-example until I noticed that that example had a bug at the time and so fixed it here: https://github.com/asciidoctor/asciidoctor/issues/3363

+