Skip to content

Instantly share code, notes, and snippets.

View ejonasson's full-sized avatar

Erik Jonasson ejonasson

  • Shelterluv
  • Gainesville, Florida
  • 08:23 (UTC -05:00)
View GitHub Profile
@ejonasson
ejonasson / html_to_md.sh
Last active August 29, 2015 14:00 — forked from hugorodgerbrown/md_to_rst.sh
Turns all HTML docs in a directory into Markdown Files
# Based of md_to_rst.sh script written by https://gist.github.com/hugorodgerbrown
# This script was created to convert a directory full
# of html files into md equivalents. It uses
# pandoc to do the conversion.
#
# 1. Install pandoc from http://johnmacfarlane.net/pandoc/
# 2. Copy this script into the directory containing the .html files
# 3. Ensure that the script has execute permissions
# 4. Run the script
#