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"

Defined in:

html.cr

Class Method Summary

Class Method Detail

def self.read_all(path) #

Parse all HTML posts in a path and build HTML::File objects out of them


[View source]