Sha256: 9f614552f2b65a27fba5b1ab93f42f2d3b7984aec5e11305663fc1b460d3164a
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
# [markdown\_spec.rb:15](https://github.com/k0kubun/hamlit/blob/master/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hamlit-1.5.5 | doc/filters/markdown.md |