pandoc/test/command/5072.md

15 lines
148 B
Markdown
Raw Normal View History

```
% pandoc -t latex -i
1. one
2. two
^D
\begin{enumerate}
\def\labelenumi{\arabic{enumi}.}
\tightlist
\item
one
\item
two
\end{enumerate}
```