Markdown conversion tool by using pandoc
This tool is to convert markdown to html/html to markdown.
Currently only batch script is available so conversion has to be done on Windows.
- Put markdown files in 1.original-markdown. You can add directories as well.
- Run md2html.bat
- Check 2.html there are converted html files
- Put html files in 2.html. You can add directories as well.
- Run html2md.bat
- Check 3.markdown-conv there are converted md files
clean.bat removes all files and subdirectories under 2.html and 3.markdown-conv