Browse Source

Fix linkify example code in README

pull/722/head
Masataka Pocke Kuwabara 4 years ago
parent
commit
8718c5091a
No known key found for this signature in database GPG Key ID: A8DF93F0D5022419
  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`:
```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