Sha256: c86dc9c5d4e9ec1209e30688e3b28029365c12b53e7e25d42cb9da0b66a0e4bd

Contents?: true

Size: 1.39 KB

Versions: 5

Compression:

Stored size: 1.39 KB

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
taking part in <a href="http://sied.dis.uniroma1.it/">some arcane conspirations</a> which
involve <b href="http://www.flickr.com/photos/censi/70893277/">coffee</b>, 
<a href="http://flickr.com/photos/censi/42775664/in/set-936677/">robots</a>,
<a href="http://www.flickr.com/photos/censi/42775888/in/set-936677/">sushi</a>,

*** Output of inspect ***
md_el(:document,[
	md_par([
		"taking part in ",
		md_html("<a href=\"http://sied.dis.uniroma1.it/\">some arcane conspirations</a>"),
		" which involve ",
		md_html("<b href=\"http://www.flickr.com/photos/censi/70893277/\">coffee</b>"),
		", ",
		md_html("<a href=\"http://flickr.com/photos/censi/42775664/in/set-936677/\">robots</a>"),
		", ",
		md_html("<a href=\"http://www.flickr.com/photos/censi/42775888/in/set-936677/\">sushi</a>"),
		","
	])
],{},[])
*** Output of to_html ***
<p>taking part in <a href="http://sied.dis.uniroma1.it/">some arcane conspirations</a> which involve <b href="http://www.flickr.com/photos/censi/70893277/">coffee</b>, <a href="http://flickr.com/photos/censi/42775664/in/set-936677/">robots</a>, <a href="http://www.flickr.com/photos/censi/42775888/in/set-936677/">sushi</a>,</p>
*** Output of to_latex ***
taking part in  which involve , , ,
*** Output of to_md ***
taking part in which involve , , ,
*** Output of to_s ***
taking part in  which involve , , ,

Version data entries

5 entries across 5 versions & 1 rubygems

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