A simple, pretty tool, convert markdown to html. No config! Only one file in release!
If you have Go installed, do this:
go get github.com/simpleelegant/project-doc
Or, directly download the binary in releases.
mkdir -p docs/src
cd docs/src
# edit some markdown documents
vim README.md
vim News.md
vim News_list.md
# converting, output files will be in docs/out
project-doc ../