We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe71fa commit 8af76e4Copy full SHA for 8af76e4
src/module/src/runtime/utils/content.ts
@@ -35,6 +35,7 @@ export async function generateDocumentFromContent(id: string, fsPath: string, ro
35
// TODO expose document creation logic from content module and use it there
36
const stem = generateStemFromFsPath(fsPath)
37
38
+ // TODO: minify parsed response
39
const parsed = await parseMarkdown(content)
40
41
return {
0 commit comments