Current section
Files
Jump to
Current section
Files
README.md
# facet
[](https://hex.pm/packages/facet)
[](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
```