Skip to content

v0.2.2

Compare
Choose a tag to compare
@yuchanns yuchanns released this 24 Feb 13:32
· 25 commits to main since this release

Update by changing your Cargo.toml dependency section to:

[dependencies]
# ...
gray_matter = "0.2.2"
# ...
Changelog

Enhancements

  • Excerpt delimiter is now allowed to be on the same line with excerpt content. @vjousse