diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-10 16:29:56 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-10 16:29:56 +0200 |
commit | 5133042973f31a3992f216e591d840bb491bfd45 (patch) | |
tree | 810a44ac1d98f65dd2eedd0d9e8387eac0753e25 /readme.md | |
parent | 021d5f989ae41ae39a9b937b498141d9dc70d894 (diff) | |
download | markdown-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 'readme.md')
-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 |