aboutsummaryrefslogtreecommitdiff
path: root/test/command/5072.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5072.md')
-rw-r--r--test/command/5072.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/5072.md b/test/command/5072.md
new file mode 100644
index 000000000..414022a80
--- /dev/null
+++ b/test/command/5072.md
@@ -0,0 +1,14 @@
+```
+% pandoc -t latex -i
+1. one
+2. two
+^D
+\begin{enumerate}
+\def\labelenumi{\arabic{enumi}.}
+\tightlist
+\item
+ one
+\item
+ two
+\end{enumerate}
+```