Implemented block quotes

This commit is contained in:
2024-04-01 18:10:52 +02:00
parent 302fd393c8
commit abb1b0c3fc
3 changed files with 102 additions and 52 deletions

View File

@ -7,6 +7,7 @@ Markdown renderer.
- Links
- Headers
- Paragraphs
- Quotes
## Installation
@ -27,6 +28,7 @@ PASS: TestEmpty
PASS: TestParagraphs
PASS: TestHeader
PASS: TestLink
PASS: TestQuote
PASS: TestCombined
PASS: TestSecurity
coverage: 100.0% of statements
@ -35,7 +37,7 @@ coverage: 100.0% of statements
## Benchmarks
```
BenchmarkSmall-12 2019103 591.4 ns/op 296 B/op 9 allocs/op
BenchmarkSmall-12 2425053 492.8 ns/op 248 B/op 5 allocs/op
```
## License