Skip to content

Commit

Permalink
(fix): parse frontmatter before registering docs (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Mar 10, 2024
1 parent bd714c3 commit 05bd7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function parseMarkdown({ markdown }: { markdown: string }): Promise<Markdo
remarkPlugins: REMARK_PLUGINS,
format: "detect"
},
parseFrontmatter: false
parseFrontmatter: true
});
return {
type: "success"
Expand Down
2 changes: 1 addition & 1 deletion seed/python-sdk/exhaustive/additional_init_exports
Submodule additional_init_exports updated from 0d6019 to 39ada5

0 comments on commit 05bd7d4

Please sign in to comment.