summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-13 21:19:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-13 21:19:38 -0800
commit51897937cd07a066df656451068ef56d13b4edc4 (patch)
tree4da88dfbf80fa9458702e4b06022f776f321e3b1 /test
parent8d6e0e516a0b9d36992b2802e23dbcc6162c7346 (diff)
LaTeX reader: allow optional arguments on `\footnote`.
Closes #4062.
Diffstat (limited to 'test')
-rw-r--r--test/command/4062.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/4062.md b/test/command/4062.md
new file mode 100644
index 000000000..2e212f826
--- /dev/null
+++ b/test/command/4062.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t latex
+Sentence blah.\footnote[][-.5in]{I'm a footnote}
+^D
+Sentence blah.\footnote[][-.5in]{I'm a footnote}
+```