Skip to content

Commit

Permalink
Another dum
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Dec 7, 2024
1 parent 46d409c commit 8b4327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/composables/useMarked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 8b4327d

Please sign in to comment.