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" ] ] ```