Browse Source
Merge pull request #722 from pocke/fix-linkify-example-code
Fix linkify example code in README
pull/731/head
Vitaly Puzrin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|