Created
February 27, 2018 22:14
-
-
Save ryan0x44/5cc66ad6cf6d6735c8475597f1e383ab to your computer and use it in GitHub Desktop.
Preview Markdown in Chrome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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