This commit is contained in:
2026-06-29 15:56:30 +02:00
commit 6fe57399c4
152 changed files with 32122 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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
```