diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-20 11:58:48 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-20 11:58:48 +0200 |
commit | 912f91b2b35be6b0d05dd768d67599d76151bc5c (patch) | |
tree | f19ad643607610cdedd8934e8ade0afbaf9384ea /readme.md | |
parent | 24fec22e912c1aa2569e95683ca95edf1aafce8b (diff) | |
download | markdown-rs-912f91b2b35be6b0d05dd768d67599d76151bc5c.tar.gz markdown-rs-912f91b2b35be6b0d05dd768d67599d76151bc5c.tar.bz2 markdown-rs-912f91b2b35be6b0d05dd768d67599d76151bc5c.zip |
Add docs to destination, label, title
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,6 @@ cargo doc --document-private-items ### Small things -- [ ] (1) Add docs to partials - [ ] (1) Remove all `pub fn`s from constructs, except for start - [ ] (1) Remove `content` content type, as it is no longer needed - [ ] (1) Connect `ChunkString` in label, destination, title @@ -174,6 +173,7 @@ cargo doc --document-private-items - [x] (1) text in heading - [x] (1) Setext headings: can they be solved in content, or do they have to be solved in flow somehow +- [x] (1) Add docs to partials ### Extensions |