Skip to content

Commit

Permalink
fix: frontmatter conversion error
Browse files Browse the repository at this point in the history
  • Loading branch information
1943time committed Dec 28, 2023
1 parent bd16507 commit 6e610ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/editor/plugins/elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const MdElements: Record<string, MdNode> = {
children: [{
type: 'code-line', children: [{text: ''}]
}]
}, {select: true})
}, {select: true, at: path})
}
},
blockquote: {
Expand Down

0 comments on commit 6e610ae

Please sign in to comment.