~timharek/timharek.no

0d495fc75f8d2274bcc269394ab2596ee5f712af — Tim Hårek Andreassen 3 months ago f68c381
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);