diff options
Diffstat (limited to '')
-rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |