flatpage 2.0.0

A simple filesystem-based Markdown page loader
Documentation
[![License](https://img.shields.io/crates/l/flatpage.svg)](https://choosealicense.com/licenses/mit/)
[![Crates.io](https://img.shields.io/crates/v/flatpage.svg)](https://crates.io/crates/flatpage)
[![Docs.rs](https://docs.rs/flatpage/badge.svg)][docs]

A simple filesystem-based Markdown page loader.

The full crate documentation, tutorial, and API examples live on
[docs.rs/flatpage][docs]

## Contributing

Please run [.pre-commit.sh] before sending a PR, it will check everything.

## License

This project is licensed under the [MIT license][license].

[.pre-commit.sh]: https://github.com/imbolc/flatpage/blob/main/.pre-commit.sh
[docs]: https://docs.rs/flatpage
[license]: https://github.com/imbolc/flatpage/blob/main/LICENSE