rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/slim
2019-10-21 10:18:17 +02:00

18 lines
372 B
Plaintext

doctype html
html
body
h1 Markup examples
#content
p
| Slim can have #{ruby_code} interpolated!
/[if IE]
javascript:
alert('Slim supports embedded javascript!')
- unless items.empty?
table
- for item in items do
tr
td.name = item.name
td.price = item.price