HTML to Haml
Help convert this HTML page to Haml.
Start file
<html> <head> <title>Vim Rocks!</title> </head> <body> <h1>So does Haml</h1> </body> </html>
End file
%html %head %title Vim Rocks! %body %h1 So does Haml
View Diff
1,8c1,5 < <html> < <head> < <title>Vim Rocks!</title> < </head> < <body> < <h1>So does Haml</h1> < </body> < </html> --- > %html > %head > %title Vim Rocks! > %body > %h1 So does Haml
Solutions by @h_east:
Unlock 1 remaining solutions by signing in and submitting your own entry