Browse Source

Fix typo in MarkdownIt.set() documentation

pull/1120/head
Anton Khorev 8 months ago
parent
commit
b3fce1b1d7
  1. 2
      lib/index.mjs

2
lib/index.mjs

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

Loading…
Cancel
Save