v0.2.2
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
Update by changing your Cargo.toml
dependency section to:
[dependencies]
# ...
gray_matter = "0.2.2"
# ...