From 8158f66bb4842defd222b0989af3a6f621be212b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 14 Oct 2025 21:28:19 +0200 Subject: Added Alta Via 2 pages (hidden) --- utils/macros.m4 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 utils/macros.m4 (limited to 'utils') 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