You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only way that a YAML Front Matter data section is rendered is in a single-row table with 1 column per field.
This does not scale when there are many variables.
It would be very nice to be able to flag the Front Matter with a specific variable that tells GitHub how to render it. Something like:
yaml-frontmatter-layout: vertical
Or you may combine it with my proposed solution for #994:
yaml-frontmatter-display: vertical
The text was updated successfully, but these errors were encountered:
Currently, the only way that a YAML Front Matter data section is rendered is in a single-row table with 1 column per field.
This does not scale when there are many variables.
It would be very nice to be able to flag the Front Matter with a specific variable that tells GitHub how to render it. Something like:
yaml-frontmatter-layout: vertical
Or you may combine it with my proposed solution for #994:
yaml-frontmatter-display: vertical
The text was updated successfully, but these errors were encountered: