Last active
March 31, 2025 09:23
-
-
Save watsy0007/db9cc264cecc494f7f32 to your computer and use it in GitHub Desktop.
convert markdown file to reveal.js keynote by pandoc for watsy0007 blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -t revealjs -s the-hard-thing-about-hard-things.md -o the-hard-thing-about-hard-things.html --template=reveal.html -V revealjs-url='../public/reveal.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment