Implemented separators

This commit is contained in:
Eduard Urbach 2024-04-02 19:25:42 +02:00
parent 46889de9f5
commit 0134f1423b
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
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