number-sections

This commit is contained in:
Marc Beninca 2024-02-28 19:08:12 +01:00
parent 0d9174147c
commit eb4d7953c8

View file

@ -11,6 +11,7 @@ pandoc \
--verbose \ --verbose \
--standalone \ --standalone \
--self-contained \ --self-contained \
--number-sections \
--output "${OUTPUT}/index.html" \ --output "${OUTPUT}/index.html" \
--write 'revealjs' \ --write 'revealjs' \
-V revealjs-url='/sw/revealjs/up' \ -V revealjs-url='/sw/revealjs/up' \