Implemented lists

This commit is contained in:
Eduard Urbach 2024-04-01 20:04:20 +02:00
parent 79c67e9f69
commit 6ac2147499
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
3 changed files with 48 additions and 6 deletions

View file

@ -5,6 +5,7 @@ Markdown renderer.
## Features
- Links
- Lists
- Headers
- Paragraphs
- Quotes
@ -37,7 +38,7 @@ coverage: 100.0% of statements
## Benchmarks
```
BenchmarkSmall-12 2425053 492.8 ns/op 248 B/op 5 allocs/op
BenchmarkSmall-12 2585194 462.4 ns/op 248 B/op 5 allocs/op
```
## License