Sha256: 8f03ca520c15f5ef8d6043d91276086cbebc5286b417d785d3c372fe4a628ff3
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 Bytes
Contents
# [./spec/render/filters/markdown_spec.rb:13](../../../../spec/render/filters/markdown_spec.rb#L13) ## Input ```haml :markdown # #{'hello'} world ``` ## Faml, Hamlit ```html <h1>hello</h1> world ``` ## Haml ```html <h1>hello</h1> world ```
Version data entries
6 entries across 6 versions & 1 rubygems