From efd25742b9a24152873a4d066943bdcecfcfd2ab Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 3 Sep 2023 11:16:20 +0200 Subject: docs: restore accidentally lost code block info string I accidentally lost it in b125bec9914bd211d77719bd60bc5a23bd9db579. (I should have changed the info string to ```rust ignore.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f8a82..5da2675 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Spec-compliant HTML parsing [requires both tokenization and tree-construction][p While this crate implements a spec-compliant HTML tokenizer it does not implement any tree-construction. Instead it just provides a `NaiveParser` that may be used as follows: -``` +```rust use std::fmt::Write; use html5tokenizer::{NaiveParser, Token}; -- cgit v1.2.3