2 releases

new 0.10.1 Apr 23, 2024
0.10.0 Feb 3, 2024

#1055 in Text processing

Download history 3993/week @ 2024-02-02 11463/week @ 2024-02-09 14689/week @ 2024-02-16 12557/week @ 2024-02-23 15496/week @ 2024-03-01 17405/week @ 2024-03-08 16730/week @ 2024-03-15 18265/week @ 2024-03-22 17646/week @ 2024-03-29 18863/week @ 2024-04-05 21764/week @ 2024-04-12 18175/week @ 2024-04-19

79,473 downloads per month
Used in 184 crates (2 directly)

MIT license

19KB
298 lines

pulldown-cmark-escape

Tests Docs Crates.io

Documentation

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.

No runtime deps

Features