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