Describe the bug
When a Markdown file has front matter in a language other than YAML, it fails.
To Reproduce
Steps to reproduce the behavior:
Drag a Markdown file containing front matter in TOML onto the editor.
Import fails
Expected behavior
Accept and parse the front matter and proceed with import.
Desktop (please complete the following information):
Browser - Safari, probably others
macOS 10.15.5
Additional context
Front matter markup in additional languages would be nice. YAML is fine, TOML is better IMHO. Maybe JSON too. Since Hugo (what I use for my own blog) accepts TOML, that's what I use now. (I used to use YAML too.)
Describe the bug When a Markdown file has front matter in a language other than YAML, it fails.
To Reproduce Steps to reproduce the behavior:
Expected behavior Accept and parse the front matter and proceed with import.
Desktop (please complete the following information):
Additional context Front matter markup in additional languages would be nice. YAML is fine, TOML is better IMHO. Maybe JSON too. Since Hugo (what I use for my own blog) accepts TOML, that's what I use now. (I used to use YAML too.)