Closed ayan4m1 closed 3 years ago
This PR adds (presumbly) missing dashes that separate entries in the parameters key of the YAML frontmatter for the following files:
parameters
Without these dashes, the parameters key will either throw a validation error or be silently compacted down to whichever parameter is defined last.
You can see the outcome of this on the live site:
Two of the three parameters defined in M003.md are missing.
This PR adds (presumbly) missing dashes that separate entries in the
parameters
key of the YAML frontmatter for the following files:Without these dashes, the parameters key will either throw a validation error or be silently compacted down to whichever parameter is defined last.
You can see the outcome of this on the live site:
Two of the three parameters defined in M003.md are missing.