module Blueprint::HTML::Helpers
Direct including types
Defined in:
blueprint/html/helpers.crConstant Summary
-
HTML_ESCAPE =
{"&": "&", ">": ">", "<": "<", "\"": """, "'": "'"}
-
HTML_ESCAPE_ONCE_REGEXP =
/["><']|&(?!([a-zA-Z]+|(#\d+)|(#[xX][\dA-Fa-f]+));)/
Macro Summary
-
tokens(**conditions)
EXPERIMENTAL