Watch
1
0
Fork
You've already forked rust-pulldown-cmark-escape
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann f3da0bbf1d
Releasing fastforward version 0.11.0-2~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-20 11:15:08 +02:00
debian Releasing fastforward version 0.11.0-2~ffwd13+u1. 2026-07-20 11:15:08 +02:00
src Adding upstream version 0.11.0. 2026-07-20 11:14:13 +02:00
.cargo_vcs_info.json Adding upstream version 0.11.0. 2026-07-20 11:14:13 +02:00
Cargo.toml Adding upstream version 0.11.0. 2026-07-20 11:14:13 +02:00
Cargo.toml.orig Adding upstream version 0.11.0. 2026-07-20 11:14:13 +02:00
LICENSE Adding upstream version 0.11.0. 2026-07-20 11:14:13 +02:00
README.md Adding upstream version 0.11.0. 2026-07-20 11:14:13 +02:00

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.