mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
ci: fix build
This commit is contained in:
@@ -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)}}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user