Crates.io | pulldown-cmark-escape |
lib.rs | pulldown-cmark-escape |
version | 0.11.0 |
source | src |
created_at | 2024-02-03 18:41:30.395557 |
updated_at | 2024-05-15 17:28:34.98333 |
description | An escape library for HTML created in the pulldown-cmark project |
homepage | |
repository | https://github.com/raphlinus/pulldown-cmark |
max_upload_size | |
id | 1125585 |
size | 20,401 |
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.
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.
This software is under the MIT license. See details in license file.
We gladly accept contributions via GitHub pull requests. Please see CONTRIBUTING.md for more details.