Skip to content

Commit

Permalink
fix: set font-size once! (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Apr 25, 2024
1 parent 946babc commit 4004f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/myst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 4004f44

Please sign in to comment.