This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| # |