Implemented block quotes
This commit is contained in:
parent
39e98167a2
commit
7abc987c35
3 changed files with 102 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue