aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-center.md
blob: 078a58068ee6338f9e8fda98e0a1c3bb7ddd92ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# `\begin{center}`

```
% pandoc -f latex -t native
\begin{center}
Hello
\end{center}

^D
[ Div ( "" , [ "center" ] , [] ) [ Para [ Str "Hello" ] ] ]
```