aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-multicols.md
blob: 2679e608db106c909d6b6b211284fcde27af0678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `\begin{multicols}`

```
% pandoc -f latex -t native
\begin{multicols}{2}
Hello
\end{multicols}
^D
[ Div
    ( "" , [ "columns" ] , [] )
    [ Div
        ( "" , [ "column" ] , [] )
        [ Div ( "" , [ "column" ] , [] ) [ Para [ Str "Hello" ] ] ]
    ]
]
```