Skip to content

Commit

Permalink
Fix linkify example code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Oct 20, 2020
1 parent e3c4c5c commit 8718c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 8718c50

Please sign in to comment.