Skip to content

Instantly share code, notes, and snippets.

@tos-kamiya
Last active August 29, 2015 14:03
Show Gist options
  • Save tos-kamiya/bab25fd1b8622a7d621f to your computer and use it in GitHub Desktop.
Save tos-kamiya/bab25fd1b8622a7d621f to your computer and use it in GitHub Desktop.
mless, less-style markdown viewer
function mless() {
pandoc -s -f markdown -t man $1 | man -l -
}
# reference: http://stackoverflow.com/questions/7599447/less-style-markdown-viewer-for-unix-systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment