Browse Source

Merge 315e073335 into 0fe7ccb4b7

pull/1077/merge
Jack Douglas 5 months ago
committed by GitHub
parent
commit
84d7a2337e
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