https://github.com/giacomocavalieri/gleamd
A Gleam markdown parsing library
https://github.com/giacomocavalieri/gleamd
Last synced: 26 days ago
JSON representation
A Gleam markdown parsing library
- Host: GitHub
- URL: https://github.com/giacomocavalieri/gleamd
- Owner: giacomocavalieri
- License: mit
- Created: 2023-05-24T08:19:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T08:21:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T17:00:00.650Z (30 days ago)
- Language: Gleam
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gleamd
[](https://hex.pm/packages/gleamd)
[](https://hexdocs.pm/gleamd/)A Gleam markdown parsing library
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add gleamd
```and its documentation can be found at .