instiki/vendor/plugins/maruku/spec/block_docs/encoding/iso-8859-1.md
Jacques Distler 13a522525c REXML is dead. Long live Nokogiri.
Modify Maruku to use Nokogiri instead of REXML.
Produces a 3-fold speedup in the #to_html method.
2011-08-11 20:36:44 -05:00

611 B

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 ***

This is iso-8859-1: àèìàù.

*** 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: àèìàù.