refactor: remove now-redundant @ts-ignore

This commit is contained in:
Oliver Booth 2023-08-10 15:13:20 +01:00
parent 350247806d
commit 522caa6add
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 0 additions and 2 deletions

View File

@ -67,9 +67,7 @@ declare const Handlebars: any;
}
content = block.innerHTML;
// @ts-ignore
content = content.replaceAll("&lt;mark&gt;", "<mark>");
// @ts-ignore
content = content.replaceAll("&lt;/mark&gt;", "</mark>");
block.innerHTML = content;
});