aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-stackengine.md
blob: 967e22546f6d5d99ee74b8c8d04113e7f14eb744 (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" ] ]
```