diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,8 @@ assert_eq!(new_html, "<title>hello world</title>"); * Code span support has been added. * The API has been revised. +For details please refer to the [changelog]. + html5gum has since switched its parsing to operate on bytes, which html5tokenizer doesn't yet support. `html5tokenizer` **does not** implement [charset detection]. @@ -66,4 +68,5 @@ Licensed under the MIT license, see [the LICENSE file]. [html5gum]: https://crates.io/crates/html5gum [html5lib tokenizer test suite]: https://github.com/html5lib/html5lib-tests/tree/master/tokenizer [charset detection]: https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding +[changelog]: ./CHANGELOG.md [the LICENSE file]: ./LICENSE |