Browse Source
fix 'Plugins load' section of README
pull/1077/head
Jack Douglas
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -144,7 +144,7 @@ const md = markdownit({ |
|
|
```js |
|
|
```js |
|
|
import markdownit from 'markdown-it' |
|
|
import markdownit from 'markdown-it' |
|
|
|
|
|
|
|
|
const md = markdownit |
|
|
const md = markdownit() |
|
|
.use(plugin1) |
|
|
.use(plugin1) |
|
|
.use(plugin2, opts, ...) |
|
|
.use(plugin2, opts, ...) |
|
|
.use(plugin3); |
|
|
.use(plugin3); |
|
|