Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcticlampyrid/markdown-it-tinymind
https://github.com/arcticlampyrid/markdown-it-tinymind
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcticlampyrid/markdown-it-tinymind
- Owner: ArcticLampyrid
- Created: 2020-04-05T04:35:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T23:01:53.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T19:47:08.877Z (6 days ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-it-tinymind
MindMap plugin for markdown-it.
## Install
```
npm install markdown-it-tinymind --save
```## Usage
```js
// Remember to import css/tinymind.css
import markdownIt from 'markdown-it'
import markdownItTinyMind from '../src/index'const mdi = markdownIt()
mdi.use(markdownItTinyMind)
console.log(mdi.render(`\`\`\`tinymind
A
B
C
D
E
F
G
H
I
J
K
L
M
N\`CodeHere\`
\`\`\``))
```## Screenshot
![Screenshot 1](https://raw.githubusercontent.com/1354092549/markdown-it-tinymind/master/screenshot/1.png)