instiki/vendor/plugins/maruku/spec/block_docs/lists10.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

535 B

Write a comment here *** Parameters: *** {} # params *** Markdown input: *** List:

  • ègcc

*** Output of inspect *** md_el(:document,[ md_par(["List:"]), md_el(:ul,[ md_el(:li_span,["è", md_code("gcc")],{:want_my_paragraph=>false},[]) ],{},[]) ],{},[]) *** Output of to_html ***

List:

  • ègcc
*** Output of to_latex *** List:

\begin{itemize}% \item è{\colorbox[rgb]{1.00,0.93,1.00}{\tt gcc}}

\end{itemize} *** Output of to_md *** List:

  • ègcc *** Output of to_s *** List:è