diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-15 19:20:43 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-15 19:20:43 +0200 |
commit | b150a72975d6e75b96298b3d405afe070271d78b (patch) | |
tree | 8f6bd8f1f527f432715f20b2b8d9d2a272224905 /readme.md | |
parent | acc35758778bfda5cb01951533868eb8baa2e2d2 (diff) | |
download | markdown-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |