aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-01 11:08:52 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-01 11:08:52 +0200
commit9ded15e6cfe20a8cd025882ce8b8e5dde32a50d1 (patch)
tree11560e2f6756e916ddd17b0966033473f9414bde /readme.md
parentc3fb83f7aa0f2bc5699d3a050a40af64081f78c7 (diff)
downloadmarkdown-rs-9ded15e6cfe20a8cd025882ce8b8e5dde32a50d1.tar.gz
markdown-rs-9ded15e6cfe20a8cd025882ce8b8e5dde32a50d1.tar.bz2
markdown-rs-9ded15e6cfe20a8cd025882ce8b8e5dde32a50d1.zip
Refactor to clean and document `edit_map`
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 765c40a..e750b98 100644
--- a/readme.md
+++ b/readme.md
@@ -122,14 +122,12 @@ cargo doc --document-private-items
#### Docs
-- [ ] (1) `edit_map`
- [ ] (1) Go through all bnf
- [ ] (1) Go through all docs
- [ ] (1) Add overview docs on how everything works
#### Refactor
-- [ ] (1) Clean shifting, assertions in `edit_map`
- [ ] (1) Use `link_to` in more places? It’s probably better
- [ ] (1) Use `edit_map` in `subtokenize`
@@ -276,3 +274,4 @@ important.
- [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`
+- [x] (1) Refactor to clean and document `edit_map`