chore: Clean up Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
1 files changed, 0 insertions(+), 1 deletions(-) M src/content.ts
M src/content.ts => src/content.ts +0 -1
@@ 52,7 52,6 @@ export async function getSection( const subSections = await getSubSections(sectionName, prefix); const { attrs, body } = await getMarkdownFile<PageAttrs>(sectionPath); // const html = render(body, { baseUrl }); const html = marked.parse(body, { gfm: true }); const links = getLinks(body);