mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
Remove dum
This commit is contained in:
parent
3d0bd8d1a6
commit
46d409cde0
@ -30,7 +30,7 @@ const renderer = {
|
||||
.trim()
|
||||
.replaceAll(/<[!/a-z].*?>/gi, "");
|
||||
const id = `${slugger.slug(raw)}`;
|
||||
const text = this.parser?.parseInline(tokens) + "DUM";
|
||||
const text = this.parser?.parseInline(tokens);
|
||||
const heading = { level: depth, text, id };
|
||||
headings.push(heading);
|
||||
const level = depth + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user