Last active
November 23, 2016 09:57
-
-
Save aslakhellesoy/4754009 to your computer and use it in GitHub Desktop.
Compile and show GFM docs in your browser.https://help.github.com/articles/github-flavored-markdown
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/sh | |
# Compile and show [GFM](https://help.github.com/articles/github-flavored-markdown) docs in your browser. | |
# Before this works you need to `gem install bcat` | |
# | |
# Usage: gfm.sh FILE.md | |
# | |
curl --silent --data-binary @- https://api.github.com/markdown/raw -H "Content-Type: text/plain" | bcat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no comment here, I'm stupid.