ci: fix build

This commit is contained in:
Morten Olsen
2022-12-07 07:27:49 +01:00
parent 3f5e941446
commit bf5138142d
20 changed files with 441 additions and 84 deletions

View File

@@ -68,7 +68,6 @@ const renderer = (outerDepth: number) => ({
return `\\item{${input}}`;
},
link: (href: string, text: string) => {
console.log('LINK TEXT', text, sanitize(href));
if (!text || text === href) {
return `\\url{${sanitize(href)}}`;
}