Package Exports
- markmap-lib
- markmap-lib/dist/transform
- markmap-lib/dist/transform.common
- markmap-lib/dist/view
- markmap-lib/dist/view.common
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (markmap-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
markmap-lib
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
Installation
$ yarn global add markmap-lib
# or
$ npm i markmap-lib -g
Usage
Suppose you have a Markdown file named README.md
.
Run the command below:
$ markmap README.md
# without installation
$ npx markmap-lib README.md
Then you will get a README.html
in the same directory, and hopefully it will be open in your default browser.
Related
- coc-markmap - Vim / NeoVim plugin powered by coc.nvim