aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-stackengine.md
blob: 21253bf614f8b2ee4416330c7787add67a08e55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# stackengine

```
% pandoc -f latex -t native
\addstackgap{Hello} World

^D
[Para [Str "Hello",Space,Str "World"]]
```

```
% pandoc -f latex -t native
Hello \addstackgap[12pt]{World}

^D
[Para [Str "Hello",Space,Str "World"]]
```