aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-01 11:00:39 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-01 11:00:39 +0200
commitc3fb83f7aa0f2bc5699d3a050a40af64081f78c7 (patch)
treea2117a15d8ac0e9285ec14accd0a209f9ab6b32a /readme.md
parentbe62b2e29a61774100f676cfdd9b100cadf1905f (diff)
downloadmarkdown-rs-c3fb83f7aa0f2bc5699d3a050a40af64081f78c7.tar.gz
markdown-rs-c3fb83f7aa0f2bc5699d3a050a40af64081f78c7.tar.bz2
markdown-rs-c3fb83f7aa0f2bc5699d3a050a40af64081f78c7.zip
Refactor to clean and document `space_or_tab`
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 4144440..765c40a 100644
--- a/readme.md
+++ b/readme.md
@@ -122,7 +122,6 @@ cargo doc --document-private-items
#### Docs
-- [ ] (1) `space_or_tab_one_line_ending`
- [ ] (1) `edit_map`
- [ ] (1) Go through all bnf
- [ ] (1) Go through all docs
@@ -131,9 +130,7 @@ cargo doc --document-private-items
#### Refactor
- [ ] (1) Clean shifting, assertions in `edit_map`
-- [ ] (1) Clean `space_or_tab_one_line_ending`
-- [ ] (1) Use `link_to` (and `space_or_tab_one_line_ending`) in more places?
- It’s probably better
+- [ ] (1) Use `link_to` in more places? It’s probably better
- [ ] (1) Use `edit_map` in `subtokenize`
#### Parse
@@ -278,3 +275,4 @@ important.
- [x] (1) Add docs on resolver, clean feed
- [x] (3) Clean compiler
- [x] (1) Parse initial and final space_or_tab of paragraphs (in string, text)
+- [x] (1) Refactor to clean and document `space_or_tab`