Sha256: 52ac25c563ce385129336242888624a702ec4d792c8dd70e103f90436db7a0e2
Contents?: true
Size: 387 Bytes
Versions: 11
Compression:
Stored size: 387 Bytes
Contents
# [markdown\_spec.rb:15](/spec/hamlit/filters/markdown_spec.rb#L15) ## Input ```haml - project = '<Hamlit>' :markdown # #{project} #{'<&>'} Yet another haml implementation ``` ## Output ### Haml ```html <h1><Hamlit></h1> <p><&> Yet another haml implementation</p> ``` ### Hamlit ```html <h1><Hamlit></h1> <p><&> Yet another haml implementation</p> ```
Version data entries
11 entries across 11 versions & 1 rubygems