Implemented lists

This commit is contained in:
2024-04-01 20:04:20 +02:00
parent 133d01bd11
commit 8e009702c2
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