Sha256: 5edd5db5660c2698ea3f2448845bf0cfe8aae2f5a8f16712084cd0fde035701a

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

Just an attribute list on its own in a header is probably really content. https://github.com/bhollis/maruku/issues/20
*** Parameters: ***
{}
*** Markdown input: ***
# {hi}
*** Output of inspect ***
md_el(:document, md_el(:header, "{hi}", {:level=>1}))
*** Output of to_html ***
<h1 id="hi">{hi}</h1>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/issue20.md
maruku-0.7.2 spec/block_docs/issue20.md
maruku-0.7.1 spec/block_docs/issue20.md
maruku-0.7.0 spec/block_docs/issue20.md
maruku-0.7.0.beta1 spec/block_docs/issue20.md