From 51897937cd07a066df656451068ef56d13b4edc4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 13 Nov 2017 21:19:38 -0800 Subject: LaTeX reader: allow optional arguments on `\footnote`. Closes #4062. --- test/command/4062.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/4062.md (limited to 'test/command/4062.md') 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} +``` -- cgit v1.2.3