Skip to content

Instantly share code, notes, and snippets.

@ssbozy
Last active April 27, 2022 04:11
Show Gist options
  • Save ssbozy/5cbeb8c8d4511951a6e9a1a58164ddf0 to your computer and use it in GitHub Desktop.
Save ssbozy/5cbeb8c8d4511951a6e9a1a58164ddf0 to your computer and use it in GitHub Desktop.
building a website from markdown files using pandoc
pandoc -s -f markdown -t html5 -B ../includes/header.html -A ../includes/footer.html -o ../dist/output.html ../posts/test1.md -H ../styles/pandoc.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment