From 5ddd7b121e1aea061b3e7b831dabbd13311929ff Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 22 Jan 2019 21:39:26 -0800 Subject: LaTeX reader: support `\endinput`. Closes #5233. --- test/command/5233.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/command/5233.md (limited to 'test') diff --git a/test/command/5233.md b/test/command/5233.md new file mode 100644 index 000000000..0c92e955e --- /dev/null +++ b/test/command/5233.md @@ -0,0 +1,9 @@ +``` +% pandoc -f latex -t plain +foo +\endinput +bar +^D +foo +``` + -- cgit v1.2.3