aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-10 16:47:43 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-10 16:47:43 +0200
commit17f4eec55ad0a5f74aedbcff6c2f0119ad52e584 (patch)
tree1839c796de977421456d1b9006f2f2c1e23cf809 /readme.md
parent5133042973f31a3992f216e591d840bb491bfd45 (diff)
downloadmarkdown-rs-17f4eec55ad0a5f74aedbcff6c2f0119ad52e584.tar.gz
markdown-rs-17f4eec55ad0a5f74aedbcff6c2f0119ad52e584.tar.bz2
markdown-rs-17f4eec55ad0a5f74aedbcff6c2f0119ad52e584.zip
Add text content type
* Add character reference and character escapes in text * Add recursive subtokenization
Diffstat (limited to '')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index cf42885..527170d 100644
--- a/readme.md
+++ b/readme.md
@@ -123,18 +123,18 @@ cargo doc --document-private-items
- [ ] (8) container
- [ ] block quote
- [ ] list
-- [ ] (1) flow
+- [x] (1) flow
- [x] blank line
- [x] code (fenced)
- [x] code (indented)
- - [ ] content
+ - [x] content
- [x] heading (atx)
- [x] html (flow)
- [x] thematic break
- [ ] (3) content
- [ ] definition
- [ ] heading (setext)
- - [ ] paragraph
+ - [x] paragraph
- [ ] (5) text
- [ ] attention (strong, emphasis) (text)
- [ ] autolink