README.md

# facet

[![Package Version](https://img.shields.io/hexpm/v/facet)](https://hex.pm/packages/facet)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/facet/)

```sh
gleam add facet@1
```
```gleam
import facet

let document = "+++
foo = \"bar\"
+++
This is the content.

pub fn main() {
    let doc = facet.parse(document)
}
```

Further documentation can be found at <https://hexdocs.pm/facet>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```