From b150a72975d6e75b96298b3d405afe070271d78b Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 15 Jun 2022 19:20:43 +0200 Subject: Add support for text in heading (atx) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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 -- cgit