You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do you want to request a feature or report a bug?
feature
- What is the current behavior?
After #563, we now support frontmatter in multiple formats, but we only allow it to be parsed using the default delimiters.
- What is the expected behavior?
It would be nice to allow the user to specify their own delimiters for parsing frontmatter out of an entry file. @erquhartsuggested using frontmatter_delimiter: "~~~".
The text was updated successfully, but these errors were encountered:
Note: could also accept an array of opening/closing delims, as gray-matter does: ['~~~', '~~~']. No, I cannot think of a use case for this lol. But I'm sure someone can.
- Do you want to request a feature or report a bug?
feature
- What is the current behavior?
After #563, we now support frontmatter in multiple formats, but we only allow it to be parsed using the default delimiters.
- What is the expected behavior?
It would be nice to allow the user to specify their own delimiters for parsing frontmatter out of an entry file. @erquhart suggested using
frontmatter_delimiter: "~~~"
.The text was updated successfully, but these errors were encountered: