summaryrefslogtreecommitdiff
path: root/test/syntax/code/haml
blob: fb4bab32893fbc9c8401d2549b4cf1863c1a9fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!!! XML
%html
  %body
    %h1.jumbo{:id=>"a", :style=>'font-weight: normal', :title=>title} highlight.js
    /html comment
    -# ignore this line
    %ul(style='margin: 0')
    -items.each do |i|
      %i= i
    = variable
    =variable2
    ~ variable3
    ~variable4
    The current year is #{DataTime.now.year}.