Sha256: 33d07f131dc3bd5aa137999734000ae29fe7ec58fbe1c4d8e206afc35b720a08
Contents?: true
Size: 772 Bytes
Versions: 55
Compression:
Stored size: 772 Bytes
Contents
# -*- mode: org -*- #+STARTUP: nofold * Documentation Redo tutorial? Using helpers haml_concat and haml_tag in particular Syntax highlighting? * Code Keep track of error offsets everywhere Use this to show error location in messages ** Haml Support finer-grained HTML-escaping in filters Speed Make tags with dynamic attributes pre-render as much as possible Including the attribute name where doable :html improvements Ignore closing tags where we can http://code.google.com/speed/articles/optimizing-html.html Requires Haml parsing refactor Don't quote attributes that don't require it http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2 http://www.w3.org/TR/html5/syntax.html#attributes
Version data entries
55 entries across 51 versions & 5 rubygems