instiki/vendor/plugins/maruku/tests/unittest/lists7.md
Jacques Distler 9b7b6fb805 Latest Maruku and Tweak for itex2MML 1.3.4
Instiki's LaTeX output also supports \Perp.
2008-02-29 01:30:46 -06:00

1.2 KiB

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 *** EOF ***

Failed tests: [:inspect]

*** Output of inspect *** -----| WARNING | ----- md_el(:document,[ md_par(["Ciao"]), md_el(:ul,[md_el(:li_span,["Tab * Tab * Tab"],{:want_my_paragraph=>false},[])],{},[]) ],{},[]) *** 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 *** Output of Markdown.pl ***

Ciao

  • Tab
    • Tab
      • Tab

*** Output of Markdown.pl (parsed) ***

Ciao

  • Tab
    • Tab
      • Tab