fix(Markdown) frontmatter typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user