summaryrefslogtreecommitdiff
path: root/test/command/4208.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-28 08:38:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-28 08:41:53 -0800
commit3c93ac5cf0995cc2dd8bb5775029da550af61e0d (patch)
tree68066286569a2d73d8bc1b168db6fdc7fe8d1d2d /test/command/4208.md
parent2278cd5e772a9b8858b91c336c043a696480d25f (diff)
LaTeX reader: be more tolerant of `&` character.
This allows us to parse unknown tabular environments as raw LaTeX. Closes #4208.
Diffstat (limited to 'test/command/4208.md')
-rw-r--r--test/command/4208.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/command/4208.md b/test/command/4208.md
new file mode 100644
index 000000000..9bc519d90
--- /dev/null
+++ b/test/command/4208.md
@@ -0,0 +1,18 @@
+```
+% pandoc -t latex
+What is a _piffle_? Mark the correct answer(s):
+
+\begin{TAB}(@)[6pt]{|l|c|}{|c|c|c|}
+(a) a subnormal woffle & $\Box$ \\
+(b) an infinite-dimensional baffle & $\Box$ \\
+(c) an inverted first-order triffle & $\Box$ \\
+\end{TAB}
+^D
+What is a \emph{piffle}? Mark the correct answer(s):
+
+\begin{TAB}(@)[6pt]{|l|c|}{|c|c|c|}
+(a) a subnormal woffle & $\Box$ \\
+(b) an infinite-dimensional baffle & $\Box$ \\
+(c) an inverted first-order triffle & $\Box$ \\
+\end{TAB}
+```