From 82b9f6c3ff97fccce19e0fa5fe34250bf3790f3f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Oct 2025 22:09:12 +0200 Subject: Fixed navigation table using m4 --- utils/macros.m4 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 utils/macros.m4 (limited to 'utils/macros.m4') diff --git a/utils/macros.m4 b/utils/macros.m4 new file mode 100644 index 0000000..445846c --- /dev/null +++ b/utils/macros.m4 @@ -0,0 +1,17 @@ +m4_divert(-1) +m4_changequote(`{{{{{', `}}}}}') + +This file contains some m4 macros that can be used to preprocess md files. + +m4_divert(1) + +m4_define({{{{{m4_navtable}}}}}, +{{{{{ + + + +
$1 $3 $5
}}}}}) + +m4_define({{{{{m4_caption}}}}}, {{{{{

$1

}}}}}) + +m4_divert(0)m4_dnl -- cgit v1.3