Can you please support frontmatter
Maybe rendered as table or definition list on top of the document.
Cheers!
Hi @klorenz ,
I will have a look.
Thanks
Maybe replace
foo: bar
---
with
foo: bar
Is that okay if I render the yaml as a table?
like this

ps: Anything else I need to add? Sorry I have never used front-matter before ;)
If you don't like table, I can also do (which is much easier)
```yaml blablabla ```
From my point of view, I think table is not a good idea when there are too many entries. But it seems that gfm is using table to render yaml.
Anyway, both will be supported. I will release a new version that supports front matter this weekend.
Great, ty :)
if a table, I'd prefer
| name | value |
| --- | --- |
| foo | bar |
BUT: I think the syntax is even better
Done.

You can disable rendering as table from the settings.
Then it will be rendered as yaml
Cheers!
I changed the options so that now you can hide front matter if you want.

Most helpful comment
I changed the options so that now you can hide front matter if you want.
