Skip to content

Instantly share code, notes, and snippets.

@hvmonteiro
Created July 19, 2017 17:36
Show Gist options
  • Save hvmonteiro/c1a5363bcc97c00608da720c8895e3f6 to your computer and use it in GitHub Desktop.
Save hvmonteiro/c1a5363bcc97c00608da720c8895e3f6 to your computer and use it in GitHub Desktop.
markdown viewer in linux command line
function mdview {
markdown "$1" | lynx -stdin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment