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

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