Skip to content

Commit

Permalink
Merge pull request markdown-it#722 from pocke/fix-linkify-example-code
Browse files Browse the repository at this point in the history
Fix linkify example code in README
  • Loading branch information
Vitaly Puzrin authored Oct 28, 2020
2 parents b60493e + 8718c50 commit 1b204ef
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 1b204ef

Please sign in to comment.