/markmap-lib

Visualize your Markdown as mindmaps with Markmap.

Primary LanguageTypeScriptMIT LicenseMIT

markmap-lib

NPM License Downloads

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

markdown mindmap

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