Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 0c5d949

Browse files
committed
Enabled linkify option on markdown-it render.
1 parent 50bb2ad commit 0c5d949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helpers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const markdown = require('markdown-it')({
77
return hljs.highlight('javascript', code).value;
88

99
},
10-
'html': true
10+
'html': true,
11+
'linkify': true
1112
});
1213

1314
Handlebars.registerHelper('highlightBlock', block => {

0 commit comments

Comments
 (0)