Skip to content

Instantly share code, notes, and snippets.

@ryan0x44
Created February 27, 2018 22:14
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 ryan0x44/5cc66ad6cf6d6735c8475597f1e383ab to your computer and use it in GitHub Desktop.
Save ryan0x44/5cc66ad6cf6d6735c8475597f1e383ab to your computer and use it in GitHub Desktop.
Preview Markdown in Chrome
MD_FILE="README.md"
TMP_FILE=$(mktemp); pandoc $MD_FILE > $TMP_FILE; open -a "Google Chrome" $TMP_FILE && rm $TMP_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment