aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/latex-center.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/latex-center.md b/test/command/latex-center.md
new file mode 100644
index 000000000..3d0bf0429
--- /dev/null
+++ b/test/command/latex-center.md
@@ -0,0 +1,13 @@
+# `\begin{center}`
+
+```
+% pandoc -f latex -t native
+\begin{center}
+Hello
+\end{center}
+
+^D
+[Div ("",["center"],[])
+ [Para [Str "Hello"]]]
+```
+