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

410 B

I'm not sure if this should work at all...

*** Parameters: *** {} # params *** Markdown input: *** Ciao

  • Tab
    • Tab
      • Tab

*** Output of inspect *** nil *** Output of to_html ***

Ciao

  • Tab * Tab * Tab
*** Output of to_latex *** Ciao

\begin{itemize}% \item Tab * Tab * Tab

\end{itemize} *** Output of to_md *** Ciao

-ab * Tab * Tab *** Output of to_s *** CiaoTab * Tab * Tab