Skip to content

Commit 4a4b829

Browse files
groksrcphernandez
andauthored
Update src/basic_memory/markdown/markdown_processor.py
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
1 parent 1e7c8d9 commit 4a4b829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/markdown/markdown_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def write_file(
116116

117117
# Create Post object for frontmatter
118118
post = Post(content, **frontmatter_dict)
119-
final_content = dumps_frontmatter_obsidian_compatible(post)
119+
final_content = dump_frontmatter(post)
120120

121121
logger.debug(f"writing file {path} with content:\n{final_content}")
122122

0 commit comments

Comments
 (0)