From 464f630152471c0b3369660c0c9ea0e1b5b58308 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Apr 2025 15:41:16 -0300 Subject: src/adoc(fix_footnotes()): Add

to

  • content --- src/adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adoc b/src/adoc index f99e7d5..58d08db 100755 --- a/src/adoc +++ b/src/adoc @@ -82,9 +82,9 @@ fix_footnotes() { id = IDS[FNIDX++] content = substr($0, RLENGTH + length(". ") + 1) - li = sprintf("
  • ", id) + li = sprintf("
  • ", id) a = sprintf("", id) - print li content " " a "↩

  • " + print li content " " a "↩

    " next } has_ol == 1 && /^<\/div>$/ { -- cgit v1.2.3