artempyanykh / marksman

Write Markdown with code assist and intelligence in the comfort of your favourite editor.
MIT License
2.07k stars 35 forks source link

Support more frontmatter #324

Open pnelson opened 3 months ago

pnelson commented 3 months ago

Looks like YAML frontmatter is supported.

Site generators such as Hugo support TOML frontmatter with +++ fence, along with YAML (---) and JSON ({/}). https://gohugo.io/content-management/front-matter/

Would be great if Marksman had a configuration option for open/close fence and language for the frontmatter.