Sha256: c3ef7799eba5e23aa86beddd893e3123d987863671ba6a8bae73d7b314b9aa84
Contents?: true
Size: 753 Bytes
Versions: 4
Compression:
Stored size: 753 Bytes
Contents
Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: *** > Code > > Ciao *** Output of inspect *** md_el(:document,[ md_el(:quote,[md_par(["Code"]), md_el(:code,[],{:raw_code=>"Ciao"},[])],{},[]) ],{},[]) *** Output of to_html *** <blockquote> <p>Code</p> <pre><code>Ciao</code></pre></blockquote> *** Output of to_latex *** \begin{quote}% Code \begin{verbatim}Ciao\end{verbatim} \end{quote} *** Output of to_md *** Code *** Output of to_s *** Code *** EOF *** OK! *** Output of Markdown.pl *** <blockquote> <p>Code</p> <pre><code>Ciao </code></pre> </blockquote> *** Output of Markdown.pl (parsed) *** <blockquote> <p>Code</p > <pre ><code>Ciao </code ></pre > </blockquote >
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.4.1 | tests/unittest/code2.md |
maruku-0.4.2 | tests/unittest/code2.md |
maruku-0.4.2.1 | tests/unittest/code2.md |
maruku-0.5.0 | tests/unittest/code2.md |