# Parse HTML hyperlinks
[Parse-hyperlinks-html](https://crates.io/crates/parse-hyperlinks-html),
a parser library written with [Nom](https://crates.io/crates/nom) to
recognize images in HTML formatted text input.
[](
https://crates.io/crates/parse-hyperlinks-html)
[](
https://docs.rs/parse-hyperlinks)
[](
https://gitlab.com/getreu/parse-hyperlinks)
The library implements
[HTML 5.2: 4.7. Embedded content](https://www.w3.org/TR/html52/semantics-embedded-content.html#the-img-element) and
extends the parser collection
[Parse-hyperlinks](https://crates.io/crates/parse-hyperlinks).
For further details, please consult the
[API of the library](https://docs.rs/parse-hyperlinks/0.19.6/parse_hyperlinks-html/index.html),
and
[Parse-hyperlinks-html on crates.io](https://crates.io/crates/parse-hyperlinks-html)