aboutsummaryrefslogtreecommitdiff
path: root/test/command/5072.md
blob: 414022a808648902898b5b7b7dbf2b8d28bef986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -t latex -i
1. one
2. two
^D
\begin{enumerate}
\def\labelenumi{\arabic{enumi}.}
\tightlist
\item
  one
\item
  two
\end{enumerate}
```