diff options
author | schrieveslaach <schrieveslaach@online.de> | 2017-04-26 12:03:07 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-04-26 12:03:07 +0200 |
commit | 81548960d52d6c3ca34aa5fa041e5aa8bae9481b (patch) | |
tree | 9db7158bc4fd5cd5d9116a3b48b2af7bc4486362 /test/command | |
parent | 66b08391b38b0812112ff03d7610d4592c3a1017 (diff) | |
download | pandoc-81548960d52d6c3ca34aa5fa041e5aa8bae9481b.tar.gz |
LaTeX reader: Add support for \vdots (#3607)
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"]] +``` |