Support Frontmatter
klorenz opened this issue · 9 comments
klorenz commented
Can you please support frontmatter
Maybe rendered as table or definition list on top of the document.
Cheers!
klorenz commented
Maybe replace
---
foo: bar
---
with
```yaml foo: bar ```
shd101wyy commented
Is that okay if I render the yaml as a table?
shd101wyy commented
shd101wyy commented
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.
shd101wyy commented
Anyway, both will be supported. I will release a new version that supports front matter this weekend.
klorenz commented
Great, ty :)
if a table, I'd prefer
name | value |
---|---|
foo | bar |
BUT: I think the syntax is even better
shd101wyy commented
shd101wyy commented