Browse Source

Merge b3fce1b1d7 into a6d1d484e5

pull/1120/merge
Anton Khorev 2 weeks ago
committed by GitHub
parent
commit
c247e418bd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lib/index.mjs

2
lib/index.mjs

@ -352,7 +352,7 @@ function MarkdownIt (presetName, options) {
* ```javascript
* var md = require('markdown-it')()
* .set({ html: true, breaks: true })
* .set({ typographer, true });
* .set({ typographer: true });
* ```
*
* __Note:__ To achieve the best possible performance, don't modify a

Loading…
Cancel
Save