Browse Source

fix 'Plugins load' section of README

pull/1077/head
Jack Douglas 5 months ago
committed by GitHub
parent
commit
315e073335
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -144,7 +144,7 @@ const md = markdownit({
```js
import markdownit from 'markdown-it'
const md = markdownit
const md = markdownit()
.use(plugin1)
.use(plugin2, opts, ...)
.use(plugin3);

Loading…
Cancel
Save