2008-01-08 07:01:35 +01:00
|
|
|
Write a comment abouth the test here.
|
|
|
|
*** Parameters: ***
|
|
|
|
{:italian=>"\303\240\303\250\303\254\303\262\303\271."}
|
|
|
|
*** Markdown input: ***
|
|
|
|
Italian: àèìòù.
|
|
|
|
|
|
|
|
Japanese: マルク
|
|
|
|
|
|
|
|
*** Output of inspect ***
|
|
|
|
md_el(:document,[md_par(["Japanese: \343\203\236\343\203\253\343\202\257"])],{},[])
|
|
|
|
*** Output of to_html ***
|
2011-08-12 03:36:44 +02:00
|
|
|
<p>Japanese: マルク</p>
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_latex ***
|
|
|
|
Japanese: マルク
|
|
|
|
*** Output of to_md ***
|
|
|
|
Japanese: マルク
|
|
|
|
*** Output of to_s ***
|
|
|
|
Japanese: マルク
|