From eb4d7953c811309033a6664eca400156fa75dd4f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 28 Feb 2024 19:08:12 +0100 Subject: [PATCH] number-sections --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1565c9a..a0569ca 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,7 @@ pandoc \ --verbose \ --standalone \ --self-contained \ +--number-sections \ --output "${OUTPUT}/index.html" \ --write 'revealjs' \ -V revealjs-url='/sw/revealjs/up' \