Sha256: f6f4355bb5ebb25369e8e8041032e40d3b02cb562c6b0e93338aacc116cc1c8f
Contents?: true
Size: 515 Bytes
Versions: 5
Compression:
Stored size: 515 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", :lang=>nil},[])],{},[]) ],{},[]) *** 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 > > Ciao *** Output of to_s *** Code
Version data entries
5 entries across 5 versions & 1 rubygems