aboutsummaryrefslogtreecommitdiff
path: root/test/command/lettrine.md
blob: 522e9b2ca0eecb424ef44dc262573dffe5e9306b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
```
% 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"
  ]
]
```