Create markdown docs
debian
apt-get install pandoc
examples
multiple files
01_preface.md
02_introduction.md
03_why_markdown_is_useful.md
04_limitations_of_markdown.md
05_conclusions.md
06_links.md
pandoc -s -S --toc *.md -t html5 -o file.html
from html to atx style markdown
pandoc -s -S --atx-headers file.html -o file.md