diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-28 16:54:37 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-28 16:54:43 +0200 |
commit | 6e9447b5ec7f1823b7d08ed8f51eed23d3856cce (patch) | |
tree | c313716db1082e6cd1383af66297ce7acd4f1911 /readme.md | |
parent | e9db93b428bc3da7c1fa3bcf8acf166012cf18c8 (diff) | |
download | markdown-rs-6e9447b5ec7f1823b7d08ed8f51eed23d3856cce.tar.gz markdown-rs-6e9447b5ec7f1823b7d08ed8f51eed23d3856cce.tar.bz2 markdown-rs-6e9447b5ec7f1823b7d08ed8f51eed23d3856cce.zip |
Add docs to label end
Diffstat (limited to '')
-rw-r--r-- | readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -124,7 +124,6 @@ cargo doc --document-private-items #### Docs -- [ ] (1) `label_end` - [ ] (1) `space_or_tab_one_line_ending` - [ ] (1) `ParseState` - [ ] (1) Image, Link, and other media token types; `LabelStart`, `Media` @@ -135,7 +134,7 @@ cargo doc --document-private-items #### Refactor -- [ ] (1) Move map handling from `resolve_media`, reuse in `subtokenize` +- [ ] (1) Use `edit_map` in `subtokenize` - [ ] (1) Clean shifting, assertions in the above helper - [ ] (1) Clean `space_or_tab_one_line_ending` - [ ] (1) Use `link_to` (and `space_or_tab_one_line_ending`) in more places? @@ -284,3 +283,5 @@ important. - [x] (1) Add improved docs in compiler - [x] (1) Add docs for `RESOURCE_DESTINATION_BALANCE_MAX` - [x] (1) Add docs for `label_start_image`, `label_start_link` +- [x] (1) Add docs for `label_end` +- [x] (1) Move map handling from `resolve_media` |