diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-07 18:49:00 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-07 18:49:00 +0200 |
commit | fdb1f1694f44cfbc59d303a10371300b48d74627 (patch) | |
tree | 837fe930a9d4c61336a2793e4c9893c074624d9c /readme.md | |
parent | 5c1b428c5a14731e00c9b45c534059f1057319e2 (diff) | |
download | markdown-rs-fdb1f1694f44cfbc59d303a10371300b48d74627.tar.gz markdown-rs-fdb1f1694f44cfbc59d303a10371300b48d74627.tar.bz2 markdown-rs-fdb1f1694f44cfbc59d303a10371300b48d74627.zip |
Refactor to use `char::REPLACEMENT_CHARACTER`
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,6 @@ cargo doc --document-private-items #### Misc -- [ ] (1) use `char::REPLACEMENT_CHARACTER`? - [ ] (3) `nostd` - [ ] (3) Check subtokenizer unraveling is ok - [ ] (3) Remove splicing and cloning in subtokenizer @@ -275,3 +274,4 @@ important. - [x] (2) Fix resizing attention bug - [x] (2) Fix interleaving of attention/label - [x] (8) Add basic support for block quotes +- [x] (1) use `char::REPLACEMENT_CHARACTER`? |