From 430e2db9baa222dbf87ea664ec2d995640817b70 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 21 Mar 2017 14:39:21 +0100 Subject: Improve rendering of superscript in plain output. We now handle a few non digit characters (+, -, =, parentheses) for which there are superscripted unicode characters. Closes #3518. --- test/command/3518.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/3518.md (limited to 'test/command') diff --git a/test/command/3518.md b/test/command/3518.md new file mode 100644 index 000000000..ec3322192 --- /dev/null +++ b/test/command/3518.md @@ -0,0 +1,6 @@ +``` +pandoc -f latex -t plain +$\alpha^2 \cdot \alpha^{2+3} \equiv \alpha^7$ +^D +α² ⋅ α² ⁺ ³ ≡ α⁷ +``` -- cgit v1.2.3