Sha256: 82d81023d9c6f58437bf184c750201fb83e6ce82a5bc7dcd7c3c76bcb2ce1d53
Contents?: true
Size: 562 Bytes
Versions: 5
Compression:
Stored size: 562 Bytes
Contents
Embed html iframe element *** Parameters: *** {} *** Markdown input: *** Paragraph1 <iframe src="http://www.youtube.com/">a</iframe> Paragraph2 *** Output of inspect *** md_el(:document,[ md_par(["Paragraph1"]), md_html('<iframe src="http://www.youtube.com/">a</iframe>'), md_par(["Paragraph2"]) ],{},[]) *** Output of to_html *** <p>Paragraph1</p> <iframe src="http://www.youtube.com/">a</iframe> <p>Paragraph2</p> *** Output of to_latex *** Paragraph1 Paragraph2 *** Output of to_md *** Paragraph1 Paragraph2 *** Output of to_s *** Paragraph1Paragraph2
Version data entries
5 entries across 5 versions & 1 rubygems