diff options
author | EuAndreh <eu@euandre.org> | 2025-04-15 08:24:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-15 08:24:41 -0300 |
commit | f06bbfb11554dd0c168de6dc9caea3bb79b23b49 (patch) | |
tree | 4e49fc31559145296adca71f8d644d2bb7411914 | |
parent | src/adoc: Add `fix_header_anchor_position()` stage (diff) | |
download | adoc-f06bbfb11554dd0c168de6dc9caea3bb79b23b49.tar.gz adoc-f06bbfb11554dd0c168de6dc9caea3bb79b23b49.tar.xz |
src/adoc: Add section anchors globally, always
-rwxr-xr-x | src/adoc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |