adam-p / markdown-here

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
https://markdown-here.com
MIT License
59.66k stars 11.26k forks source link

Support `.YAML` preamble. #713

Open RokeJulianLockhart opened 10 months ago

RokeJulianLockhart commented 10 months ago

As https://github.com/Cimbali/markdown-viewer/issues/97#issue-1474079885 explains. An example is:

---
Key_0: "Value" # Comment
Key_1: "Value" # Comment
- Key_2_0_0: "Value"
  Key_2_0_1: "Value"
- Key_3_1_0: "Value"
  Key_3_1_1: "Value"
---

Content of the document.