aboutsummaryrefslogtreecommitdiff
path: root/test/command/lettrine.md
blob: b4a2794d2e6a2cb70868affca28263ef435cb24d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
```
% pandoc -f latex -t native
\lettrine{A}{category} is

\lettrine[lhang=0.17]{A}{category} is
^D
[ Para
    [ Span ( "" , [ "lettrine" ] , [] ) [ Str "A" ]
    , SmallCaps [ Str "category" ]
    , Space
    , Str "is"
    ]
, Para
    [ Span ( "" , [ "lettrine" ] , [] ) [ Str "A" ]
    , SmallCaps [ Str "category" ]
    , Space
    , Str "is"
    ]
]
```