aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-23 01:51:51 -0400
committerGitHub <noreply@github.com>2017-10-23 01:51:51 -0400
commitb4c6395001b747d713c9cb37a2eb4f8ef71f6e57 (patch)
tree8be05998c4f6625622aa4bb3da2dff05f5c5495c /test/command
parent33eff6904716509d291c06c56c7cea3697799395 (diff)
parente2123a4033ea9fc5c285f521883dfb65b721f069 (diff)
downloadpandoc-b4c6395001b747d713c9cb37a2eb4f8ef71f6e57.tar.gz
Merge pull request #3988 from mb21/lettrine
LaTeX Reader: support \lettrine
Diffstat (limited to 'test/command')
-rw-r--r--test/command/lettrine.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/lettrine.md b/test/command/lettrine.md
new file mode 100644
index 000000000..0c3c64d66
--- /dev/null
+++ b/test/command/lettrine.md
@@ -0,0 +1,9 @@
+```
+% pandoc -f latex -t native
+\lettrine{A}{category} is
+
+\lettrine[lhang=0.17]{A}{category} is
+^D
+[Para [Span ("",["lettrine"],[]) [Str "A"],Span ("",[],[]) [Str "category"],Space,Str "is"]
+,Para [Span ("",["lettrine"],[]) [Str "A"],Span ("",[],[]) [Str "category"],Space,Str "is"]]
+```