cChardet/pandoc_markdown2rst.bat

4 lines
123 B
Batchfile
Raw Normal View History

2012-06-26 02:02:21 +00:00
rem Install pandoc: http://code.google.com/p/pandoc/downloads/list
pandoc -f markdown -t rst -o readme.rst readme.md
pause