Skip to content

Commit bc27fd0

Browse files
amedoraRokt33r
authored andcommitted
disable fuzzy link
1 parent 244a28c commit bc27fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/lib/markdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Markdown {
3232

3333
const updatedOptions = Object.assign(defaultOptions, options)
3434
this.md = markdownit(updatedOptions)
35+
this.md.linkify.set({ fuzzyLink: false })
3536

3637
if (updatedOptions.sanitize !== 'NONE') {
3738
const allowedTags = ['iframe', 'input', 'b',

0 commit comments

Comments
 (0)