Skip to content

Instantly share code, notes, and snippets.

@Tempest1000
Created August 28, 2018 14:36
Show Gist options
  • Save Tempest1000/551aef9afc74d54e67a0adcbda586b5a to your computer and use it in GitHub Desktop.
Save Tempest1000/551aef9afc74d54e67a0adcbda586b5a to your computer and use it in GitHub Desktop.
#!/bin/bash
# note: use $body$ in template for placement
pandoc readme.md --template=template.html --css=template.css -f markdown -t html -s -o readme.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment