mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] [html2haml] Credit Jack Chen and Dr. Nic for inspiration for the Ruby blocks code.
This commit is contained in:
parent
6a5dcc031f
commit
57b941a77f
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue