Skip to content

Commit 8af76e4

Browse files
committed
up
1 parent bbe71fa commit 8af76e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module/src/runtime/utils/content.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export async function generateDocumentFromContent(id: string, fsPath: string, ro
3535
// TODO expose document creation logic from content module and use it there
3636
const stem = generateStemFromFsPath(fsPath)
3737

38+
// TODO: minify parsed response
3839
const parsed = await parseMarkdown(content)
3940

4041
return {

0 commit comments

Comments
 (0)