Releases: cnam/md2html
Releases · cnam/md2html
Release 0.2.2
Create recursive directory read
- Update documentation
- Allow recursive directory read
- Allow multiply sidebar
- Create parser interface allow added more parser
- Allow add documentation custom location
First release markdown html generator for wiki
This first release
For install
Mac OS
curl -L https://github.com/cnam/md2html/releases/download/0.1/darwin_md2html > md2html
chmod +x md2html
./md2html -i dir_with_wiki -o documentation -t templates/documentation.tpl
Linux
curl -L https://github.com/cnam/md2html/releases/download/0.1/linux_md2html > md2html
chmod +x md2html
./md2html -i dir_with_wiki -o documentation -t templates/documentation.tpl