Set markdown-it linkify feature to true
This commit is contained in:
parent
c570e0b66a
commit
2283f1cb02
@ -66,6 +66,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
/* Markdown Overrides */
|
/* Markdown Overrides */
|
||||||
let markdownLibrary = markdownIt({
|
let markdownLibrary = markdownIt({
|
||||||
html: true,
|
html: true,
|
||||||
|
linkify: true,
|
||||||
})
|
})
|
||||||
.use(markdownItAnchor, markdownItAnchorOptions)
|
.use(markdownItAnchor, markdownItAnchorOptions)
|
||||||
.use(require("markdown-it-attribution"))
|
.use(require("markdown-it-attribution"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user