Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Last active November 23, 2016 09:57
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aslakhellesoy/4754009 to your computer and use it in GitHub Desktop.
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
#!/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
@dkowis
Copy link

dkowis commented Feb 12, 2013

There's no comment here, I'm stupid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment