13a522525c
Modify Maruku to use Nokogiri instead of REXML. Produces a 3-fold speedup in the #to_html method.
445 B
445 B
Write a comment abouth the test here.
*** Parameters: ***
{}
*** Markdown input: ***
\\
\
*** Output of inspect ***
md_el(:document,[md_par([md_code("\\")]), md_par([md_code("\")])],{},[])
*** Output of to_html ***
\\
\
{\colorbox[rgb]{1.00,0.93,1.00}{\tt \char92}} *** Output of to_md ***
*** Output of to_s ***