Browse Source

Merge pull request #722 from pocke/fix-linkify-example-code

Fix linkify example code in README
pull/731/head
Vitaly Puzrin 5 years ago
committed by GitHub
parent
commit
1b204ef540
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -187,7 +187,7 @@ var md = require('markdown-it')({
configure linkify-it, access the linkify instance through `md.linkify`: configure linkify-it, access the linkify instance through `md.linkify`:
```js ```js
md.linkify.tlds('.py', false); // disables .py as top level domain md.linkify.set({ fuzzyEmail: false }); // disables converting email to link
``` ```

Loading…
Cancel
Save