markup icon indicating copy to clipboard operation
markup copied to clipboard

Format YAML Front Matter in vertical 2 column table

Open morallo opened this issue 4 years ago • 0 comments

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

morallo avatar Jul 27 '21 15:07 morallo