From 182467c1d393dee2081ff80f1c049cb145f23123 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 20 Jun 2022 18:53:38 +0200 Subject: Add support for BOM --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6c2e57d..86b6b6e 100644 --- a/readme.md +++ b/readme.md @@ -66,7 +66,6 @@ cargo doc --document-private-items ### Small things -- [ ] (1) Handle BOM at start - [ ] (1) Parse initial and final whitespace of paragraphs (in text) - [ ] (1) Add docs to subtokenize - [ ] (1) Add module docs to parser @@ -171,6 +170,7 @@ cargo doc --document-private-items - [x] (1) Parse whitespace in each flow construct - [x] (1) Connect `ChunkString` in label, destination, title - [x] (1) Add support for line endings in `string` +- [x] (1) Handle BOM at start ### Extensions -- cgit