parse-hyperlinks-html 0.22.1

A Nom parser library for hyperlinks with markup.
Documentation
# 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.

[![Cargo](https://img.shields.io/crates/v/parse-hyperlinks-html.svg)](
https://crates.io/crates/parse-hyperlinks-html)
[![Documentation](https://docs.rs/parse-hyperlinks-html/badge.svg)](
https://docs.rs/parse-hyperlinks)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
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)