facet
gleam add facet@1
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
gleam run # Run the project
gleam test # Run the tests