aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-18 16:31:14 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-18 16:31:14 +0200
commit5403261e8213f68633a09fc3e9bc2e6e2cd777b2 (patch)
treebb3a6419ef42f7611c2cb24fe7024228f579331b /readme.md
parent03544cafaa82ba4bd7e0bc3372fc59549a8dc0cc (diff)
downloadmarkdown-rs-5403261e8213f68633a09fc3e9bc2e6e2cd777b2.tar.gz
markdown-rs-5403261e8213f68633a09fc3e9bc2e6e2cd777b2.tar.bz2
markdown-rs-5403261e8213f68633a09fc3e9bc2e6e2cd777b2.zip
Add support for turning off constructs
Diffstat (limited to '')
-rw-r--r--readme.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 03a1a9f..d5641df 100644
--- a/readme.md
+++ b/readme.md
@@ -45,7 +45,6 @@ cargo doc --document-private-items
- [ ] (5) There’s a lot of rust-related choosing whether to pass (mutable)
references or whatever around that should be refactored
-- [ ] (1) Support turning off constructs
- [ ] (5) Figure out extensions
### All the things
@@ -59,18 +58,15 @@ cargo doc --document-private-items
#### Refactor
- [ ] (1) Use `edit_map` in `subtokenize` (needs to support links in edits)
-- [ ] (1) Add list of void tokens, assert that there’s nothing between them
- [ ] (1) Improve `interrupt`, `concrete`, `lazy` fields somehow?
#### Parse
-- [ ] (3) Turn off things (enable every test for these)
- [ ] (3) Make tokens extendable for extensions?
#### Test
- [ ] (1) Make sure positional info is perfect
-- [ ] (3) Use `commonmark` tests
- [ ] (3) Share a bunch of tests with `micromark-js`
#### Misc
@@ -209,3 +205,6 @@ important.
- [x] (3) Add support for lazy lines
- [x] (5) Containers!
- [x] (3) Check subtokenizer unraveling is ok
+- [x] (1) Add list of void tokens, check that they’re void
+- [x] (3) Use `commonmark` tests
+- [x] (3) Add support for turning off constructs