[Haml] [html2haml] Credit Jack Chen and Dr. Nic for inspiration for the Ruby blocks code.

This commit is contained in:
Nathan Weizenbaum 2009-10-23 02:34:54 -07:00
parent 6a5dcc031f
commit 57b941a77f
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ including the line number and the offending character.
- content_for :footer do
%p Hi there!
Thanks to [Jack Chen](http://chendo.net) and [Dr. Nic Williams](http://drnicwilliams)
for inspiring this and creating the first draft of the code.
* Inline HTML text nodes are now transformed into inline Haml text.
For example, `<p>foo</p>` now becomes `%p foo`, whereas before it became: