From f06bbfb11554dd0c168de6dc9caea3bb79b23b49 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 15 Apr 2025 08:24:41 -0300 Subject: src/adoc: Add section anchors globally, always --- src/adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/adoc b/src/adoc index 468b3aa..f953f01 100755 --- a/src/adoc +++ b/src/adoc @@ -69,7 +69,7 @@ indent_4_blocks() { } cat "$FILENAME" | - plaintext_links | - asciidoctor -s - | - fix_header_anchor_position | + plaintext_links | + asciidoctor -s -a sectanchors - | + fix_header_anchor_position | indent_4_blocks -- cgit v1.2.3