File: lists11.md

package info (click to toggle)
ruby-maruku 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,296 kB
  • ctags: 492
  • sloc: ruby: 5,726; xml: 235; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 ***
ένα