slide-level

This commit is contained in:
Marc Beninca 2024-02-28 19:51:28 +01:00
parent eb4d7953c8
commit 7e380c3996

View file

@ -11,9 +11,12 @@ pandoc \
--verbose \ --verbose \
--standalone \ --standalone \
--self-contained \ --self-contained \
--number-sections \ \
--output "${OUTPUT}/index.html" \ --output "${OUTPUT}/index.html" \
\
--number-sections \
--slide-level '2' \
--write 'revealjs' \ --write 'revealjs' \
-V revealjs-url='/sw/revealjs/up' \ --variable revealjs-url='/sw/revealjs/up' \
-V slideNumber='true' \ --variable slideNumber \
"${ROOT}/index.md" "${ROOT}/index.md"