This technique produces a pdf document with clickable links from your GitHub readme (also works for any html page)
- Download and install wkhtmltopdf which is a command line tool
- Open your GitHub README.md in atom - edit as required .
- Preview the markdown in atom by pressing
shift-ctrl-M
- Save this preview with the .html extension
- Open the html file in chrome
- Go back to the command line and cd into the relevant directory
- run the command
wkhtmltopdf /paste_the_location_from_chrome_address_bar_here.html new_file_name.pdf
So my example iswkhtmltopdf /Users/whatapalaver/Documents/GitHub/CV/cv.md.html wolff_cv.pdf