slide-level
This commit is contained in:
parent
eb4d7953c8
commit
7e380c3996
1 changed files with 6 additions and 3 deletions
9
build.sh
9
build.sh
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue