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 ***
|
|
|
|
<p>This is iso-8859-1: à èìà ù.</p>
|
|
|
|
*** Output of to_latex ***
|
|
|
|
This is iso-8859-1: à èìà ù.
|
|
|
|
*** Output of to_md ***
|
|
|
|
This is iso-8859-1:
|
|
|
|
à èìà ù.
|
|
|
|
*** Output of to_s ***
|
|
|
|
This is iso-8859-1: à èìà ù.
|
|
|
|
*** EOF ***
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OK!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** Output of Markdown.pl ***
|
2008-08-05 20:18:23 +02:00
|
|
|
(not used anymore)
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of Markdown.pl (parsed) ***
|
2008-08-05 20:18:23 +02:00
|
|
|
(not used anymore)
|