Created
February 5, 2017 18:54
-
-
Save zaiste/77a946bbba73f5c4d33f3106a494e6cd to your computer and use it in GitHub Desktop.
Convert RST to Markdown using Pandoc
This file contains 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
FILES=*.rst | |
for f in $FILES | |
do | |
filename="${f%.*}" | |
echo "Converting $f to $filename.md" | |
`pandoc $f -f rst -t markdown -o $filename.md` | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't seem to be working for me properly. I have this input:
And I get this output: