aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-20 18:37:09 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-20 18:37:09 +0200
commite869533b99eecdc133ed3b4bedc22d24dc2c2dd9 (patch)
treef8e921c44774061e1fdca854df124caee2c637a6 /readme.md
parent769963fd3fe9e7027915fc0ddfc2b0e881aa6952 (diff)
downloadmarkdown-rs-e869533b99eecdc133ed3b4bedc22d24dc2c2dd9.tar.gz
markdown-rs-e869533b99eecdc133ed3b4bedc22d24dc2c2dd9.tar.bz2
markdown-rs-e869533b99eecdc133ed3b4bedc22d24dc2c2dd9.zip
Fix bug with tabs
Diffstat (limited to '')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index e50a21b..6c2e57d 100644
--- a/readme.md
+++ b/readme.md
@@ -66,15 +66,15 @@ cargo doc --document-private-items
### Small things
+- [ ] (1) Handle BOM at start
+- [ ] (1) Parse initial and final whitespace of paragraphs (in text)
- [ ] (1) Add docs to subtokenize
- [ ] (1) Add module docs to parser
- [ ] (1) Add overview docs on how everything works
- [ ] (1) Move safe protocols to constants
-- [ ] (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
- [ ] (3) Figure out lifetimes of things (see `life time` in source)