Skip to content

XiangruLiu0/mdbook-markmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdbook-markmap

A mdbook preprocessor to render markdown with markmap.

Usage

Install markmap-cli with npm:

npm install -g markmap-cli

Install the mdbook-markmap plugin with cargo:

cargo install --git https://github.com/r4ve1/mdbook-markmap

Add the following to your book.toml:

[preprocessor.markmap]

Then, in your markdown files, use the following syntax to render a markmap:

This is a markmap:

```markmap
# This is a markmap

## Some heading

### Item 1

### Item 2
```

The output will be a rendered markmap.

Contributing

Contributions are welcome! Please open an issue or pull request to discuss your ideas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages