Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 816 Bytes

lists_tab.md

File metadata and controls

54 lines (46 loc) · 816 Bytes

PENDING - Sub-lists should be indentable with a single tab. *** Parameters: *** {} # params *** Markdown input: *** Ciao

  • Tab
    • Tab
      • Tab

*** Output of inspect *** md_el(:document,[ md_par(["Ciao"]), md_el(:ul,[md_el(:li,["Tab", md_el(:ul,[md_el(:li,["Tab", md_el(:ul,[md_el(:li,["Tab"],{:want_my_paragraph=>false})]), {:want_my_paragraph=>false})]), {:want_my_paragraph=>false})]) ]) *** Output of to_html ***

Ciao

  • Tab
    • Tab
      • Tab
*** Output of to_latex *** Ciao

\begin{itemize}% \item Tab \begin{itemize}% \item Tab \begin{itemize}% \item Tab

\end{itemize} \end{itemize} \end{itemize} *** Output of to_md *** Ciao

-ab * Tab * Tab *** Output of to_s *** CiaoTab * Tab * Tab