Write a comment here *** Parameters: *** {} # params *** Markdown input: *** taking part in some arcane conspirations which involve coffee, robots, sushi, *** Output of inspect *** md_el(:document,[ md_par([ "taking part in ", md_html("some arcane conspirations"), " which involve ", md_html("coffee"), ", ", md_html("robots"), ", ", md_html("sushi"), "," ]) ],{},[]) *** Output of to_html ***

taking part in some arcane conspirations which involve coffee, robots, sushi,

*** 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 , , , *** EOF *** OK! *** Output of Markdown.pl ***

taking part in some arcane conspirations which involve coffee, robots, sushi,

*** Output of Markdown.pl (parsed) ***

taking part in some arcane conspirations which involve coffee , robots , sushi ,