aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-15 19:20:43 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-15 19:20:43 +0200
commitb150a72975d6e75b96298b3d405afe070271d78b (patch)
tree8f6bd8f1f527f432715f20b2b8d9d2a272224905 /readme.md
parentacc35758778bfda5cb01951533868eb8baa2e2d2 (diff)
downloadmarkdown-rs-b150a72975d6e75b96298b3d405afe070271d78b.tar.gz
markdown-rs-b150a72975d6e75b96298b3d405afe070271d78b.tar.bz2
markdown-rs-b150a72975d6e75b96298b3d405afe070271d78b.zip
Add support for text in heading (atx)
Diffstat (limited to '')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 07b224e..a17e603 100644
--- a/readme.md
+++ b/readme.md
@@ -68,7 +68,6 @@ cargo doc --document-private-items
### Small things
-- [ ] (1) text in heading
- [ ] (1) Add docs to subtokenize
- [ ] (1) Add module docs to content
- [ ] (1) Add module docs to parser
@@ -167,6 +166,7 @@ cargo doc --document-private-items
- [x] (1) Reorganize to split util
- [x] (1) Add examples to `CompileOptions` docs
- [x] (3) Fix deep subtokenization
+- [x] (1) text in heading
### Extensions