the-alchemists-of-arland / gray-matter-rs

A tool for easily extracting front matter out of a string. It is a fast Rust implementation of gray-matter. Parses YAML, JSON, TOML and support for custom parsers. Use it and let me know by giving it a star!
https://docs.rs/gray_matter
MIT License
37 stars 4 forks source link

Fix overeager whitespace trimming #16

Closed kmaasrud closed 2 years ago

kmaasrud commented 2 years ago

Simplifies the code a bit and should fix #14. Feel free to do some testing by yourself or add more tests :smile: