diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-15 13:28:09 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-15 13:28:09 +0200 |
commit | 7883e42c07acbccc16a2f5de5d1b98de364cc1ad (patch) | |
tree | 78cf2a8349968b45a40b0191e0209d89459cfc24 /readme.md | |
parent | 2f37ee269725b82913e937fbaaed909f10e4c464 (diff) | |
download | markdown-rs-7883e42c07acbccc16a2f5de5d1b98de364cc1ad.tar.gz markdown-rs-7883e42c07acbccc16a2f5de5d1b98de364cc1ad.tar.bz2 markdown-rs-7883e42c07acbccc16a2f5de5d1b98de364cc1ad.zip |
Update to enable some tests for added constructs
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,7 @@ cargo doc --document-private-items ### Small things +- [ ] (1) text in heading - [ ] (1) Add docs to subtokenize - [ ] (1) Add module docs to content - [ ] (1) Add module docs to parser @@ -76,6 +77,7 @@ cargo doc --document-private-items - [ ] (1) Parse initial and final whitespace of paragraphs (in text) - [ ] (3) Clean compiler - [ ] (1) Use preferred line ending style in markdown +- [ ] (1) Add tests for `default-line-ending`, `line-ending` - [ ] (1) Handle BOM at start - [ ] (1) Make sure tabs are handled properly and that positional info is perfect - [ ] (1) Make sure crlf/cr/lf are working perfectly |