[BASH] Add the slides level to pandoc's revealjs
This commit is contained in:
parent
c5326d63c5
commit
a382577234
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ alias bckMusic="rsync -avc --delete /media/ragnas/music/ /media/raghnarok/ragBac
|
||||||
|
|
||||||
alias myconfigfiles='git --git-dir=$HOME/.myconfigfiles.git --work-tree=$HOME'
|
alias myconfigfiles='git --git-dir=$HOME/.myconfigfiles.git --work-tree=$HOME'
|
||||||
|
|
||||||
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js -o'
|
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slide-level 2 -o'
|
||||||
|
|
Loading…
Reference in a new issue