From 131443263c47fbccd0424604c0f5434a9c8bbea4 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 25 Apr 2024 11:16:59 +0100 Subject: [PATCH] fix: set font-size once! --- src/myst.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/myst.ts b/src/myst.ts index 22cd7a7..7ceed0e 100644 --- a/src/myst.ts +++ b/src/myst.ts @@ -98,6 +98,7 @@ export async function processArticleMDAST( const { frontmatter: frontmatterRaw } = getFrontmatter(file, mdast); // unnestKernelSpec(rawPageFrontmatter); + console.log(JSON.stringify(frontmatterRaw)) const frontmatter = validatePageFrontmatter(frontmatterRaw, { property: 'frontmatter', messages: {}