Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created November 22, 2011 06:27
Show Gist options
  • Save Shinpeim/1385050 to your computer and use it in GitHub Desktop.
Save Shinpeim/1385050 to your computer and use it in GitHub Desktop.
markdown to html
alias mkdn2html="perl -MText::Markdown -e 'print Text::Markdown::markdown(join(q{},<>))'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment