aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-16 12:55:50 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-16 12:55:50 +0200
commit7350acc692a79d9d4cf56afbc53ac3c9f2a6237c (patch)
tree02f8b83230a40b509adf4b4872e313544c7fc80f /readme.md
parent58ba69452a25c3d4b2059c01cc6cd837159d2f90 (diff)
downloadmarkdown-rs-7350acc692a79d9d4cf56afbc53ac3c9f2a6237c.tar.gz
markdown-rs-7350acc692a79d9d4cf56afbc53ac3c9f2a6237c.tar.bz2
markdown-rs-7350acc692a79d9d4cf56afbc53ac3c9f2a6237c.zip
Add support for hard break (trailing)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 0e58750..0cbff1e 100644
--- a/readme.md
+++ b/readme.md
@@ -111,7 +111,8 @@ cargo doc --document-private-items
- [x] (1) code (text)
- [ ] (3) content
- [ ] (3) definition
-- [x] (1) hard break escape
+- [x] hard break (escape)
+- [x] hard break (trailing)
- [x] heading (atx)
- [ ] (1) heading (setext)
- [x] html (flow)
@@ -122,7 +123,6 @@ cargo doc --document-private-items
- [ ] (8) list
- [ ] (1) paragraph
- [x] thematic break
-- [ ] (1) trailing break escape
### Content types
@@ -147,12 +147,12 @@ cargo doc --document-private-items
- [x] character escape
- [x] character reference
- [x] code (text)
- - [x] hard break escape
+ - [x] hard break (escape)
+ - [x] hard break (trailing)
- [x] html (text)
- [ ] label end
- [ ] label start (image)
- [ ] label start (link)
- - [ ] trailing break escape
- [x] string
- [x] character escape
- [x] character reference