Implemented block quotes

This commit is contained in:
Eduard Urbach 2024-04-01 18:10:52 +02:00
parent 39e98167a2
commit 7abc987c35
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
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