From 6ea694514fb7be74933b35bb0ce422a8198d91c6 Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Wed, 3 Jan 2024 08:51:18 +0100 Subject: [PATCH] feat(#57): auto linkify --- src/parser/parser.ts | 1 + 1 file changed, 1 insertion(+) 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, {