aboutsummaryrefslogtreecommitdiff
path: root/test/command/5072.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-12 09:33:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-12 09:43:12 -0800
commit52a57a53622d55096fa6e4407a98e32a3612ba6e (patch)
tree00fcc3cbdbd24d54da2d27d54d176078a6f1746d /test/command/5072.md
parent5bc38a741bdd5a0470b92c4cd62769bb8dd4ddf2 (diff)
downloadpandoc-52a57a53622d55096fa6e4407a98e32a3612ba6e.tar.gz
LaTeX writer: don't emit `[<+->]` unless beamer output,
even if `writerIncremental` is True. See #5072.
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}
+```