MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
369 stars 779 forks source link

Add missing dashes to YAML frontmatter for M3/M4/M303 markdown #412

Closed ayan4m1 closed 3 years ago

ayan4m1 commented 3 years ago

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:

missing params

Two of the three parameters defined in M003.md are missing.