Convert Brew "Front Matter" to a single encoded yaml block #4142
Replies: 2 comments 4 replies
-
|
For clarity, you are proposing changing this: to Is that correct? The If yes, I would be OK with this (just moving "CSS" into a new field alongside the metadata YAML). But I'm not exactly sure how we would retroactively apply this change to existing documents. It might be possible to leave the existing structure in place, and start adding any new fields to the |
Beta Was this translation helpful? Give feedback.
-
|
Closing due to consensus |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This might be a little bit of overkill.
One of the challenges I have had working with the different PRs that extended the Brew document was effectively breaking live documents when adding a new "codeblocked" frontmatter section. The current unpacking method expects code blocks in a particular order.
I propose changing this to a YAML or JSON stored document wrapped in a new codeblock, such as
```brewdata```This should allow us to pack new sections into a stored
documentthat won't cause issues if missing or "out of order"Beta Was this translation helpful? Give feedback.
All reactions