25 lines
491 B
Markdown
25 lines
491 B
Markdown
# markdown2
|
|
|
|
[](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
|
|
```
|