Sha256: ca2fc3cdddf80467485defae94aa4bd1c9052bf284ff65c01112dedca8ce90e6

Contents?: true

Size: 567 Bytes

Versions: 5

Compression:

Stored size: 567 Bytes

Contents

Markdown inside HTML according to Markdown Extra: http://michelf.ca/projects/php-markdown/extra/#markdown-attr
*** Parameters: ***
{}
*** Markdown input: ***
<div markdown="1">Test **bold**</div>
<p markdown="1">Test **bold**</p>
*** Output of inspect ***
md_el(:document,[
	md_html("<div markdown=\"1\">Test **bold**</div>"),
	md_html("<p markdown=\"1\">Test **bold**</p>")
],{},[])
*** Output of to_html ***
<div>
<p>Test <strong>bold</strong></p>
</div><p>Test <strong>bold</strong></p>
*** Output of to_latex ***

*** Output of to_md ***

*** Output of to_s ***

Version data entries

5 entries across 5 versions & 1 rubygems

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