pandoc/test/command/lettrine.md

10 lines
277 B
Markdown
Raw Normal View History

2017-10-22 12:24:30 +02:00
```
% 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"]]
2017-10-22 12:24:30 +02:00
```