Sha256: 78a551ffe900b7c13c2744a1459787205050120212be3edebc1871c9b5ee6f1c
Contents?: true
Size: 393 Bytes
Versions: 15
Compression:
Stored size: 393 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> ``` ### Faml, Hamlit ```html <h1><Hamlit></h1> <p><&> Yet another haml implementation</p> ```
Version data entries
15 entries across 15 versions & 1 rubygems