mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 18:02:41 +00:00
Set markdown-it linkify feature to true
This commit is contained in:
parent
32aa460a84
commit
41d33019e5
@ -66,6 +66,7 @@ module.exports = function (eleventyConfig) {
|
||||
/* Markdown Overrides */
|
||||
let markdownLibrary = markdownIt({
|
||||
html: true,
|
||||
linkify: true,
|
||||
})
|
||||
.use(markdownItAnchor, markdownItAnchorOptions)
|
||||
.use(require("markdown-it-attribution"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user