diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/dots.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/dots.md b/test/command/dots.md new file mode 100644 index 000000000..08bc561a8 --- /dev/null +++ b/test/command/dots.md @@ -0,0 +1,12 @@ +``` +% pandoc -f latex -t native +\dots + +\ldots + +\vdots +^D +[Para [Str "\8230"] +,Para [Str "\8230"] +,Para [Str "\8942"]] +``` |