markhtml is a collection of markdown render utilities, includes features:
- convert markdown to html
- html outline menu
- render math expression using mathjax
- comment system using gittalk
- highlight
- render mind map
- install commands
# install markhtml command tool
go install github.com/vogo/markhtml/cmd/markhtml@master
- create markdown with following headers, like mind.md
<!---
markmeta_author: wongoo
markmeta_date: 2019-12-27
markmeta_title: markdown to html example
markmeta_categories: guide
markmeta_tags: markdown,html,example
-->
- convert markdown
markhtml <markdown_dir> <html_dir>
- then you can view your html pages, like mind.html