We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004f6c1 commit 1f6f5dfCopy full SHA for 1f6f5df
src/myst.ts
@@ -99,7 +99,7 @@ export async function processArticleMDAST(
99
100
const { frontmatter: frontmatterRaw } = getFrontmatter(file, mdast);
101
// unnestKernelSpec(rawPageFrontmatter);
102
- console.log(JSON.stringify(frontmatterRaw))
+ console.log(JSON.stringify(frontmatterRaw));
103
const frontmatter = validatePageFrontmatter(frontmatterRaw, {
104
property: 'frontmatter',
105
messages: {}
0 commit comments