diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-16 11:34:35 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-16 11:34:35 +0200 |
commit | 58ba69452a25c3d4b2059c01cc6cd837159d2f90 (patch) | |
tree | 7f6d49449f564ec8606cc3881210d8b27df11961 /readme.md | |
parent | 7875ada79cea1194dc9e15acee36ed0700be70e6 (diff) | |
download | markdown-rs-58ba69452a25c3d4b2059c01cc6cd837159d2f90.tar.gz markdown-rs-58ba69452a25c3d4b2059c01cc6cd837159d2f90.tar.bz2 markdown-rs-58ba69452a25c3d4b2059c01cc6cd837159d2f90.zip |
Add support for hard break escape
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -111,7 +111,7 @@ cargo doc --document-private-items - [x] (1) code (text) - [ ] (3) content - [ ] (3) definition -- [ ] (1) hard break escape +- [x] (1) hard break escape - [x] heading (atx) - [ ] (1) heading (setext) - [x] html (flow) @@ -122,6 +122,7 @@ cargo doc --document-private-items - [ ] (8) list - [ ] (1) paragraph - [x] thematic break +- [ ] (1) trailing break escape ### Content types @@ -146,11 +147,12 @@ cargo doc --document-private-items - [x] character escape - [x] character reference - [x] code (text) - - [ ] hard break escape + - [x] hard break escape - [x] html (text) - [ ] label end - [ ] label start (image) - [ ] label start (link) + - [ ] trailing break escape - [x] string - [x] character escape - [x] character reference |