Skip to content

Commit

Permalink
feat(#57): auto linkify
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jan 3, 2024
1 parent e8201c4 commit 6ea6945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import config from './config';
const mdit = new MarkdownIt({
html: true,
highlight: highlight,
linkify: true,
});

mdit.use(anchor, {
Expand Down

0 comments on commit 6ea6945

Please sign in to comment.