Skip to content

Commit

Permalink
Categorise commonmark library
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley authored and lpil committed Jun 16, 2024
1 parent a6ac6ae commit 55662f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### File Formats

- [commonmark](https://github.com/mscharley/gleam-commonmark) - [📚](https://hexdocs.pm/commonmark/) - CommonMark implementation for Gleam, for the BEAM or JS
- [cymbal](https://github.com/lpil/cymbal) - [📚](https://hexdocs.pm/cymbal/) - Build YAML in Gleam!
- [gsv](https://github.com/bcpeinhardt/gsv) - [📚](https://hexdocs.pm/gsv/) - A simple csv parser and generator written in gleam
- [tom](https://github.com/lpil/tom) - [📚](https://hexdocs.pm/tom/) - A pure Gleam TOML parser!
Expand Down
2 changes: 1 addition & 1 deletion packages/commonmark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "commonmark"
description = "CommonMark implementation for Gleam, for the BEAM or JS"
docs_url = "https://hexdocs.pm/commonmark/"
repo_url = "https://github.com/mscharley/gleam-commonmark"
category = ""
category = "File Formats"

0 comments on commit 55662f1

Please sign in to comment.