14 May, 2015

Pandoc convert *html



# find . -name "*.ht*" | while read i; do pandoc +RTS -K64m -RTS -f html -t markdown "$i" -o "${i%.*}.md"; done

No comments: