Browse Source

Merge pull request #858 from kaankabalak/patch-1

Fix typo
pull/859/head
Vitaly Puzrin 2 years ago
committed by GitHub
parent
commit
750a954d58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -227,7 +227,7 @@ By default all rules are enabled, but can be restricted by options. On plugin
load all its rules are enabled automatically.
```js
// Activate/deactivate rules, with curring
// Activate/deactivate rules, with currying
var md = require('markdown-it')()
.disable([ 'link', 'image' ])
.enable([ 'link' ])

Loading…
Cancel
Save