Implemented separators

This commit is contained in:
2024-04-02 19:25:42 +02:00
parent 4a4b9e168b
commit a06f513d65
3 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,7 @@ A markdown renderer that supports only a subset of the CommonMark spec in order
- Headers
- Paragraphs
- Quotes
- Separators
- Tables
## Installation
@ -35,6 +36,7 @@ PASS: TestList
PASS: TestTables
PASS: TestCode
PASS: TestQuote
PASS: TestSeparator
PASS: TestCombined
PASS: TestSecurity
coverage: 100.0% of statements