instiki/vendor/plugins/maruku/tests/unittest/lists10.md
Jacques Distler 37aff87d71 Sync with latest Maruku
Contains Ari Stern's additions for Blahtex support.
2008-08-05 13:18:23 -05:00

659 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,["\303\250", 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:

-¨ *** Output of to_s *** List:è *** EOF ***

OK!

*** Output of Markdown.pl *** (not used anymore) *** Output of Markdown.pl (parsed) *** (not used anymore)