Skip to content

Commit

Permalink
Make URL links clickable (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Jun 26, 2023
1 parent 0a067cc commit bda5955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = function (eleventyConfig) {
let markdownLib = markdownIt({
breaks: true,
html: true,
linkify: true,
})
.use(require("markdown-it-anchor"), {
slugify: headerToId,
Expand Down

0 comments on commit bda5955

Please sign in to comment.