1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-12 15:13:18 +00:00
Files
sharkdp--bat/tests/syntax-tests/highlighted/Ruby Haml/test.html.haml
T
2020-11-01 09:46:54 +01:00

16 lines
2.4 KiB
Plaintext
Vendored

%html
 %head
 %title Test Title
 %body
 %navigation
 = render :partial => "navigation_top"
 %h1= page.title
 %p
 Here is a point to emphasize:
 %strong.highlighted#search_item_found= item1.text
 %span{:class => "fancy", :id => "fancy1"}= item2.text
 .special= special.text
 %ol
 %li First
 %li Second