rebrand and splitting so its not a monorepo

This commit is contained in:
2026-06-30 20:34:02 +02:00
parent 6fe57399c4
commit def33f7d54
161 changed files with 4269 additions and 31776 deletions
+3 -23
View File
@@ -1,24 +1,4 @@
# markdown2
# Luma
[![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
```
A parser for a semantic note taking markup language.
The parser is written in Gleam. you can test it with gleam run.