fix(Markdown) frontmatter typo

This commit is contained in:
gh0sTedBuddy
2024-04-01 23:21:18 +01:00
parent e78edc67a3
commit ab2428b090

View File

@@ -91,7 +91,7 @@ export default class MarkdownEngine {
return value; return value;
} }
if(content.substring(0,3) != '```') { if(content.substring(0,3) != '---') {
return { return {
metadata: {}, metadata: {},
content content