When I run the command below to create markdown slides, the theme is not selected correctly.
pandoc slides -o slides.html -s -V theme=beige -t revealjs
My slide is in the drop-down directory:
|-- reveal.js | |-- css | | |-- reveal.min.css | | `-- theme | | |-- beige.css | |-- js | | |-- reveal.js | | `-- reveal.min.js | `-- lib | |-- css | | `-- zenburn.css | `-- js | |-- classList.js `-- slides.md
But it seems he is still not using the theme.
user4284784
source share