-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* frontmatter functions now exported as curried constructors * changed formats.js to accomodate frontmatter.js changes * can only use custom delimiters if format is specified * reverting changes * updated tests to reflect changes * created tests for custom delimiters * updated docs to reflect addition of custom delimiter configuration * formatByExtension no longer takes custom delimiter * missed some formatByExtension calls * Edited the docs according to suggestions * Throws an error if a custom delimiter is set without declaring frontmatter format * Throws error if custom delimiter set without explicit and proper frontmatter format being declared * example config file set to proper defaults * moved frontmatterFormats to formats * Update .all-contributorsrc * updated contributions * Clarify docs
- Loading branch information
1 parent
f2d19f2
commit afce6ab
Showing
7 changed files
with
138 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.