Skip to content

Commit 7cfe8c7

Browse files
committed
docs: update
1 parent 45a5f39 commit 7cfe8c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/guide/plugins.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ const md = createMarkdownExit()
1010
md.use(plugin)
1111
```
1212

13+
## Plugins for markdown-exit
14+
15+
The community is also developing plugins specifically for **markdown-exit** by taking advantage of its unique features, such as async rendering:
16+
17+
- [markdown-exit-image](https://github.com/barbapapazes/markdown-exit-image)
18+
1319
## Plugins from markdown-it
1420

1521
**markdown-exit** supports plugins and compatible with [markdown-it](https://github.com/markdown-it/markdown-it) plugins.
@@ -40,12 +46,6 @@ Browse all markdown-it plugins on the [npm](https://www.npmjs.org/browse/keyword
4046

4147
- [mdit-plugins](https://github.com/mdit-plugins/mdit-plugins) - A collection of various markdown-it plugins written in TypeScript.
4248

43-
## Plugins for markdown-exit
44-
45-
The community is also developing plugins specifically for **markdown-exit** by taking advantage of its unique features, such as async rendering:
46-
47-
- [markdown-exit-image](https://github.com/barbapapazes/markdown-exit-image)
48-
4949
## Plugin Development
5050

5151
As **markdown-it** plugins are supported, it’s recommended to read the [markdown-it architecture](https://github.com/markdown-it/markdown-it/blob/d2782d892a51201b25d3eeab172201ad5a53a24c/docs/architecture.md) before starting plugin development.

0 commit comments

Comments
 (0)