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 \
|
||||
--standalone \
|
||||
--self-contained \
|
||||
--number-sections \
|
||||
\
|
||||
--output "${OUTPUT}/index.html" \
|
||||
\
|
||||
--number-sections \
|
||||
--slide-level '2' \
|
||||
--write 'revealjs' \
|
||||
-V revealjs-url='/sw/revealjs/up' \
|
||||
-V slideNumber='true' \
|
||||
--variable revealjs-url='/sw/revealjs/up' \
|
||||
--variable slideNumber \
|
||||
"${ROOT}/index.md"
|
||||
|
|
Loading…
Reference in a new issue