blob: e67ed1792d2b1a771a119382cc4b4c884fa8b3e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
```
% pandoc -f latex -t native
Check: \faCheck
^D
[ Para [ Str "Check:", Space, Str "\10003" ] ]
```
```
% pandoc -f latex -t native
Close: \faClose
^D
[ Para [ Str "Close:", Space, Str "\10007" ] ]
```
|