2008-01-08 07:01:35 +01:00
|
|
|
Encoding: iso-8859-1
|
|
|
|
|
|
|
|
*** Parameters: ***
|
|
|
|
{}
|
|
|
|
*** Markdown input: ***
|
|
|
|
Encoding: iso-8859-1
|
|
|
|
|
|
|
|
This is iso-8859-1: àèìàù.
|
|
|
|
*** Output of inspect ***
|
|
|
|
md_el(:document,[
|
|
|
|
md_par([
|
|
|
|
"This is iso-8859-1: \303\203\302\240\303\203\302\250\303\203\302\254\303\203\302\240\303\203\302\271."
|
|
|
|
])
|
|
|
|
],{},[])
|
|
|
|
*** Output of to_html ***
|
2011-08-12 03:36:44 +02:00
|
|
|
<p>This is iso-8859-1: àèìàù.</p>
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_latex ***
|
|
|
|
This is iso-8859-1: à èìà ù.
|
|
|
|
*** Output of to_md ***
|
2011-08-12 03:36:44 +02:00
|
|
|
This is iso-8859-1: à èìà ù.
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_s ***
|
|
|
|
This is iso-8859-1: à èìà ù.
|