Skip to content

Instantly share code, notes, and snippets.

@asathoor
Created May 21, 2015 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asathoor/87cd8750ce0f69436f75 to your computer and use it in GitHub Desktop.
Save asathoor/87cd8750ce0f69436f75 to your computer and use it in GitHub Desktop.
Pandoc slidy slideshow
pandoc -t slidy -s -H _css fowd-laerermoede.md -o index.html
@asathoor
Copy link
Author

  • pandoc: the markup transformer
  • -t slidy = to the slidy presentation html format
  • -s = standalone
  • -H = includes a file in the header, in this case _css
  • mfyfile.md = the file(s) to form the slideshow (you may have more than one)
  • -o index.html = name of the outout file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment