From 81548960d52d6c3ca34aa5fa041e5aa8bae9481b Mon Sep 17 00:00:00 2001 From: schrieveslaach Date: Wed, 26 Apr 2017 12:03:07 +0200 Subject: LaTeX reader: Add support for \vdots (#3607) --- test/command/dots.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/dots.md (limited to 'test/command/dots.md') 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"]] +``` -- cgit v1.2.3