aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-10 16:29:56 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-10 16:29:56 +0200
commit5133042973f31a3992f216e591d840bb491bfd45 (patch)
tree810a44ac1d98f65dd2eedd0d9e8387eac0753e25 /readme.md
parent021d5f989ae41ae39a9b937b498141d9dc70d894 (diff)
downloadmarkdown-rs-5133042973f31a3992f216e591d840bb491bfd45.tar.gz
markdown-rs-5133042973f31a3992f216e591d840bb491bfd45.tar.bz2
markdown-rs-5133042973f31a3992f216e591d840bb491bfd45.zip
Add proper support for subtokenization
- Add “content” content type - Add paragraph - Add skips - Add linked tokens
Diffstat (limited to '')
-rw-r--r--readme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 15edf87..cf42885 100644
--- a/readme.md
+++ b/readme.md
@@ -46,8 +46,6 @@ cargo doc --document-private-items
### Some major obstacles
-- [ ] (8) Subtokenization: figure out a good, fast way to deal with constructs in
- one content type that also are another content type
- [ ] (1) Setext headings: can they be solved in content, or do they have to be
solved in flow somehow
- [ ] (8) Can content (and to a lesser extent string and text) operate more
@@ -152,6 +150,11 @@ cargo doc --document-private-items
- [x] character escape
- [x] character reference
+### Done
+
+- [x] (8) Subtokenization: figure out a good, fast way to deal with constructs in
+ one content type that also are another content type
+
### Extensions
The main thing here is is to figure out if folks could extend from the outside