Created
November 19, 2017 14:51
-
-
Save akornor/e8ef313f8b8a16e50dba4892d98521a5 to your computer and use it in GitHub Desktop.
view html rendered markdown(github flavoured)
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
#!/bin/bash | |
file="$1" | |
curl -s https://api.github.com/markdown/raw -H 'Content-Type: text/plain' --data-binary "@$file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment