mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Make URL links clickable (#317)
This commit is contained in:
parent
0a067cc87f
commit
bda59556a2
@ -38,6 +38,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
let markdownLib = markdownIt({
|
let markdownLib = markdownIt({
|
||||||
breaks: true,
|
breaks: true,
|
||||||
html: true,
|
html: true,
|
||||||
|
linkify: true,
|
||||||
})
|
})
|
||||||
.use(require("markdown-it-anchor"), {
|
.use(require("markdown-it-anchor"), {
|
||||||
slugify: headerToId,
|
slugify: headerToId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user