diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-10 16:47:43 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-10 16:47:43 +0200 |
commit | 17f4eec55ad0a5f74aedbcff6c2f0119ad52e584 (patch) | |
tree | 1839c796de977421456d1b9006f2f2c1e23cf809 /readme.md | |
parent | 5133042973f31a3992f216e591d840bb491bfd45 (diff) | |
download | markdown-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |