diff options
Diffstat (limited to 'src/construct/html_text.rs')
-rw-r--r-- | src/construct/html_text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/html_text.rs b/src/construct/html_text.rs index d40361d..7812da6 100644 --- a/src/construct/html_text.rs +++ b/src/construct/html_text.rs @@ -23,7 +23,7 @@ //! attribute_value ::= '"' *(byte - '"') '"' | "'" *(byte - "'") "'" | 1*(text - '"' - "'" - '/' - '<' - '=' - '>' - '`') //! ``` //! -//! The grammar for HTML in markdown does not resemble the rules of parsing +//! The grammar for HTML in markdown does not follow the rules of parsing //! HTML according to the [*ยง 13.2 Parsing HTML documents* in the HTML //! spec][html_parsing]. //! See the related flow construct [HTML (flow)][html_flow] for more info. |