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

903 B

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

  • Due
    1. tre
    2. tre
    3. tre
  • Due *** Output of inspect *** md_el(:document,[ md_el(:ul,[ md_el(:li,[ md_par(["Due"]), md_el(:ol,[ md_el(:li_span,["tre"],{:want_my_paragraph=>false},[]), md_el(:li_span,["tre"],{:want_my_paragraph=>false},[]), md_el(:li_span,["tre"],{:want_my_paragraph=>false},[]) ],{},[]) ],{:want_my_paragraph=>true},[]), md_el(:li,[md_par(["Due"])],{:want_my_paragraph=>false},[]) ],{},[]) ],{},[]) *** Output of to_html ***
  • Due

    1. tre
    2. tre
    3. tre
  • Due

*** Output of to_latex *** \begin{itemize}% \item Due

\begin{enumerate}% \item tre \item tre \item tre

\end{enumerate}

\item Due

\end{itemize} *** Output of to_md *** -ue* tre

  • tre
  • tre -ue *** Output of to_s *** DuetretretreDue