module Blueprint::HTML::Helpers

Direct including types

Defined in:

blueprint/html/helpers.cr

Constant Summary

HTML_ESCAPE = {"&": "&amp;", ">": "&gt;", "<": "&lt;", "\"": "&quot;", "'": "&#39;"}
HTML_ESCAPE_ONCE_REGEXP = /["><']|&(?!([a-zA-Z]+|(#\d+)|(#[xX][\dA-Fa-f]+));)/

Macro Summary

Macro Detail

macro tokens(**conditions) #

EXPERIMENTAL


[View source]