mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +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({
|
||||
breaks: true,
|
||||
html: true,
|
||||
linkify: true,
|
||||
})
|
||||
.use(require("markdown-it-anchor"), {
|
||||
slugify: headerToId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user