Visualize your Markdown as mindmaps.
This project is heavily inspired by Markmap.
It is a complete reimplementation with some additional features:
- command-line usage
- multiline text
- text styles
- links
- friendly to browsers
$ yarn global add markmap-lib
# or
$ npm i markmap-lib -gSuppose you have a Markdown file named README.md.
Run the command below:
$ markmap README.md
# without installation
$ npx markmap-lib README.mdThen you will get a README.html in the same directory, and hopefully it will be open in your default browser.
- coc-markmap - Vim / NeoVim plugin powered by coc.nvim

