From f43ffabd3c598f7154cd101069e7e77947f5676d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 20 Jan 2024 10:19:03 -0800 Subject: LaTeX writer: create valid table even when table is empty. Closes #9350. --- test/command/9350.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/9350.md (limited to 'test/command') diff --git a/test/command/9350.md b/test/command/9350.md new file mode 100644 index 000000000..d641f8b76 --- /dev/null +++ b/test/command/9350.md @@ -0,0 +1,12 @@ +``` +% pandoc -f html -t latex +
+^D +\begin{longtable}[]{@{}l@{}} +\toprule\noalign{} +\endhead +\bottomrule\noalign{} +\endlastfoot + \\ +\end{longtable} +``` -- cgit v1.2.3