Loading request...
Add an option to specify that certain files (e.g., .html, .scss) should be included in the parsing pipeline even if they don't have front matter.
## Summary It's jarring to have to start a .html or .scss file with '---\n---\n' just so the parser picks it up. Linters also complain. Request feature: option to specify certain file be included in parsing pipeline even if they have no front matter. ## Motivation As above. OCD. ## Guide-level explanation "There is an option to include scss file or any other file that doesn't have front matter in parsing input list.." ## Reference-level explanation As above. ## Drawbacks None. ## Unresolved Questions Why doesn't this option exist already?