13a522525c
Modify Maruku to use Nokogiri instead of REXML. Produces a 3-fold speedup in the #to_html method.
500 B
500 B
Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: ***
There is a literal backtick (`) here.
*** Output of inspect *** md_el(:document,[md_par([md_code("There is a literal backtick (`) here.")])],{},[]) *** Output of to_html ***
There is a literal backtick (`) here.
*** Output of to_s ***