HAML markup generation question
How should I generate such HTML with HAML?
Hello <span class="someclass">John</span>, you are we开发者_运维百科lcome!
Hello
= succeed "," do
  %span.someclass John
you are welcome!
You can use http://html2haml.heroku.com to convert
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论