Closed raymyers closed 14 years ago
From the HAML reference.
Escaping: \
The backslash character escapes the first character of a line, allowing use of otherwise interpreted characters as plain text. For example:
%title = @title \= @title
is compiled to:
<title> MyPage = @title </title>
Closed by 4b973b48ada03b9981e69810eb584cfaf688754d.
From the HAML reference.
Escaping: \
The backslash character escapes the first character of a line, allowing use of otherwise interpreted characters as plain text. For example:
is compiled to: