This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
pandoc
Watch
1
Star
0
Fork
You've already forked pandoc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
c07005a095
pandoc
/
test
/
command
/
3518.md
7 lines
127 B
Markdown
Raw
Normal View
History
Unescape
Escape
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.
2017-03-21 14:39:21 +01:00
```
Add missing `%` on command tests. This prevented `--accept` from working properly.
2021-09-21 19:16:45 +02:00
% pandoc -f latex -t plain
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.
2017-03-21 14:39:21 +01:00
$\alpha^2 \cdot \alpha^{2+3} \equiv \alpha^7$
^D
α² ⋅ α² ⁺ ³ ≡ α⁷
```
Reference in a new issue
Copy permalink