Another dum

This commit is contained in:
Nassim Jahnke 2024-12-07 20:40:45 +01:00
parent 46d409cde0
commit 8b4327d636
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -78,7 +78,7 @@ const renderer = {
}
},
link({ href, title, tokens }) {
return `<a href="${linkout(href)}"` + (title ? ` title="${title}">` : ">") + this.parser?.parseInline(tokens) + "DUM</a>";
return `<a href="${linkout(href)}"` + (title ? ` title="${title}">` : ">") + this.parser?.parseInline(tokens) + "</a>";
},
} satisfies Partial<Renderer>;
marked.use({ hooks, renderer });