diff options
Diffstat (limited to '')
-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 |