diff --git a/src/parser/parser.ts b/src/parser/parser.ts index 4f100dbc..a51aebc8 100644 --- a/src/parser/parser.ts +++ b/src/parser/parser.ts @@ -9,6 +9,7 @@ import config from './config'; const mdit = new MarkdownIt({ html: true, highlight: highlight, + linkify: true, }); mdit.use(anchor, {