Sha256: 1e646c4cc4af7a9f92c6e58c58391f6f595b66bfac02738260dc0493fcaa9b38
Contents?: true
Size: 402 Bytes
Versions: 5
Compression:
Stored size: 402 Bytes
Contents
Write a comment here *** Parameters: *** {} # params *** Markdown input: *** - ένα *** Output of inspect *** md_el(:document,[ md_el(:ul,[md_el(:li,["ένα"],{:want_my_paragraph=>false},[])],{},[]) ],{},[]) *** Output of to_html *** <ul> <li>ένα</li> </ul> *** Output of to_latex *** \begin{itemize}% \item ένα \end{itemize} *** Output of to_md *** - ένα *** Output of to_s *** ένα
Version data entries
5 entries across 5 versions & 1 rubygems