Sha256: d408a6bb271abf20718ed53ca89e9ce7d181da5b9d6797a18b9493045f182277
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 Bytes
Contents
Section tags should not get <p> put around them. https://github.com/bhollis/maruku/issues/117 *** Parameters: *** {} *** Markdown input: *** <section markdown="1"> ## Header </section> *** Output of inspect *** *** Output of to_html *** <section> <h2>Header</h2> </section>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.7.3 | spec/block_docs/issue117.md |
maruku-0.7.2 | spec/block_docs/issue117.md |
maruku-0.7.1 | spec/block_docs/issue117.md |