Files
Luma-Parser/README.md
T
2026-06-29 15:56:30 +02:00

25 lines
491 B
Markdown

# markdown2
[![Package Version](https://img.shields.io/hexpm/v/markdown2)](https://hex.pm/packages/markdown2)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/markdown2/)
```sh
gleam add markdown2@1
```
```gleam
import markdown2
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/markdown2>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```