Implemented block quotes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user