diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-20 18:53:38 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-20 18:53:38 +0200 |
commit | 182467c1d393dee2081ff80f1c049cb145f23123 (patch) | |
tree | 9ce529c815faab2db1f96b0820a78049b7633a8a /readme.md | |
parent | ef5f9a97493fe4a616b49a744d5a571a99ead8e9 (diff) | |
download | markdown-rs-182467c1d393dee2081ff80f1c049cb145f23123.tar.gz markdown-rs-182467c1d393dee2081ff80f1c049cb145f23123.tar.bz2 markdown-rs-182467c1d393dee2081ff80f1c049cb145f23123.zip |
Add support for BOM
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |