https://github.com/milmazz/aaron
CommonMark parser
https://github.com/milmazz/aaron
commonmark elixir
Last synced: about 1 year ago
JSON representation
CommonMark parser
- Host: GitHub
- URL: https://github.com/milmazz/aaron
- Owner: milmazz
- License: other
- Created: 2019-01-09T03:24:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:45:09.000Z (about 5 years ago)
- Last Synced: 2025-04-01T17:24:34.308Z (about 1 year ago)
- Topics: commonmark, elixir
- Language: Elixir
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aaron
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aaron` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aaron, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/aaron](https://hexdocs.pm/aaron).