patmood / rich-markdown-editor-vsc

Rich Markdown Editor extension for VSCode
https://marketplace.visualstudio.com/items?itemName=patmood.rich-markdown-editor
19 stars 6 forks source link

Frontmatter is getting converted #6

Open timbomckay opened 1 year ago

timbomckay commented 1 year ago

If I have a markdown file with frontmatter this extension converts it to a heading.

---
title: This is My Title
---

gets converted to:


---

## title: This is My Title