module HTML
Overview
Provides HTML escaping and unescaping methods.
For HTML parsing see module XML, especially XML.parse_html
.
NOTE To use HTML
, you must explicitly import it with require "html"
Extended Modules
- Markd::HTMLEntities::ExtendToHTML
Defined in:
lib/markd/src/markd/html_entities.crhtml-pipeline.cr
html-pipeline/autolink_filter.cr
html-pipeline/filter.cr
html-pipeline/markdown_filter.cr
html-pipeline/plain_text_input_filter.cr
html-pipeline/text_filter.cr
html-pipeline/version.cr