13a522525c
Modify Maruku to use Nokogiri instead of REXML. Produces a 3-fold speedup in the #to_html method.
611 B
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: à èìà ù.