aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-16 11:34:35 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-16 11:34:35 +0200
commit58ba69452a25c3d4b2059c01cc6cd837159d2f90 (patch)
tree7f6d49449f564ec8606cc3881210d8b27df11961 /readme.md
parent7875ada79cea1194dc9e15acee36ed0700be70e6 (diff)
downloadmarkdown-rs-58ba69452a25c3d4b2059c01cc6cd837159d2f90.tar.gz
markdown-rs-58ba69452a25c3d4b2059c01cc6cd837159d2f90.tar.bz2
markdown-rs-58ba69452a25c3d4b2059c01cc6cd837159d2f90.zip
Add support for hard break escape
Diffstat (limited to '')
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index a17e603..0e58750 100644
--- a/readme.md
+++ b/readme.md
@@ -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