Sha256: 98ffd4d8aaadc7b58d370e6320d198e3202f16ddef4d91933311a30920227fc0

Contents?: true

Size: 586 Bytes

Versions: 9

Compression:

Stored size: 586 Bytes

Contents

%style
  :sass
    p
      :border
        :style dotted
        :width 10px
        :color #ff00ff
    h1
      :font-weight normal

:test
  This
  Should
  Not
  Print

:redcloth
  Foo
  ===

      This is preformatted!
      Look at that!
      Wowie-zowie!

  *boldilicious!*

:textile
  h1. Yeah

  _pretty much the same as above_

:plain
  This
    Is
      Plain
        Text
          %strong right?

:erb
  <% 10.times do |c| %>
    <%= (c+97).chr %>
  <% end %>

:markdown
  *  Foo
  *  Bar
  *  BAZ!

= "Text!"

:ruby
  puts "Hello, World!"
  puts "How are you doing today?"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
haml-1.5.0 test/haml/templates/filters.haml
haml-1.5.1 test/haml/templates/filters.haml
haml-1.7.2 test/haml/templates/filters.haml
haml-1.8.0 test/haml/templates/filters.haml
haml-1.7.0 test/haml/templates/filters.haml
haml-1.7.1 test/haml/templates/filters.haml
haml-1.5.2 test/haml/templates/filters.haml
haml-1.8.2 test/haml/templates/filters.haml
haml-1.8.1 test/haml/templates/filters.haml