Initial commit
This commit is contained in:
commit
0ec909aec6
6 changed files with 68 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# markdown
|
||||
|
||||
Markdown renderer.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
go get git.akyoto.dev/go/markdown
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```go
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## Benchmarks
|
||||
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Please see the [license documentation](https://akyoto.dev/license).
|
||||
|
||||
## Copyright
|
||||
|
||||
© 2024 Eduard Urbach
|
Loading…
Add table
Add a link
Reference in a new issue