3 unstable releases
0.11.0 | May 15, 2024 |
---|---|
0.10.1 | Apr 23, 2024 |
0.10.0 | Feb 3, 2024 |
#1055 in Text processing
218,024 downloads per month
Used in 220 crates
(2 directly)
20KB
321 lines
pulldown-cmark-escape
This crate allows to escape HTML and links and it is part of the pulldown-cmark
project, by providing escape_html
, escape_html_body_text
(for
a less long output in body HTML strings) and escape_href
functions.
Authors
The main author is Raph Levien. The implementation of the new design (v0.3+) was completed by Marcus Klaas de Vries. Since 2023, the development has been driven by Martín Pozo, Michael Howell, Roope Salmi and Martin Geisler.
License
This software is under the MIT license. See details in license file.
Contributions
We gladly accept contributions via GitHub pull requests. Please see CONTRIBUTING.md for more details.