🪄🪄🪄Create a new Markmap instance and render the code content on your Docsify
npm i docsify-markmap.js
add to index.html on your docsify.
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/docsify-markmap.min.js"></script>
you can see https://markmap.js.org/
```markmap
# test
## test2
- 123
## hello world
- 345
```(end)
<style>
.markmap {
width: 100%;
height: 500px;
}
</style>
https://github.com/markmap/markmap