Skip to content

Releases: cnam/md2html

Release 0.2.2

28 Nov 17:30
Compare
Choose a tag to compare
  • Allow usage option -s or --sidebar for set custom sidebar
  • Update parser to blackfriday and allow usage highlither.js without customisation

Create recursive directory read

22 Nov 12:32
Compare
Choose a tag to compare
  • 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

30 Aug 13:22
Compare
Choose a tag to compare

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