Skip to content

Instantly share code, notes, and snippets.

@justinfay
Created November 23, 2017 13:05
Show Gist options
  • Save justinfay/6e50f9142baa447b3b6721348e231d2b to your computer and use it in GitHub Desktop.
Save justinfay/6e50f9142baa447b3b6721348e231d2b to your computer and use it in GitHub Desktop.
Simple markdown file preview with firefox
#!/usr/bin/env bash
pandoc -t html $1 | firefox "data:text/html;base64,$(base64 -w 0 <&0)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment