rebrand and splitting so its not a monorepo
This commit is contained in:
@@ -1,24 +1,4 @@
|
||||
# markdown2
|
||||
# Luma
|
||||
|
||||
[](https://hex.pm/packages/markdown2)
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user