mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
Another dum
This commit is contained in:
parent
46d409cde0
commit
8b4327d636
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user