From 6c53ab4a08c2735b8f1a9eb53a27aed511043f21 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Apr 2025 11:44:07 -0300 Subject: src/adoc: Set "-" as header ID separator --- src/adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/adoc b/src/adoc index 4feed17..5014409 100755 --- a/src/adoc +++ b/src/adoc @@ -70,9 +70,10 @@ indent_4_blocks() { runadoc() { asciidoctor \ - -s \ - -a sectanchors \ - -a idprefix \ + -s \ + -a sectanchors \ + -a idprefix \ + -a idseparator=- \ - } -- cgit v1.2.3