I\'m wondering if there is a command line utility for taking a GitHub flavored Markdown file and rendering it to HTML.
I\'m using a GitHub wiki to create website con
My final solution was to use Python Markdown. I rolled my own extension that fixed the fence blocks.