Anton Khorev
2 weeks 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
-
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 |
|
|
|
|