pandoc/test/command/4007.md

24 lines
329 B
Markdown
Raw Normal View History

2017-10-30 19:00:12 +01:00
```
pandoc -f latex -t native
\newcommand\arrow\to
$a\arrow b$
^D
[Para [Math InlineMath "a\\to b"]]
```
```
pandoc -f latex -t native
\newcommand\pfeil[1]{\to #1}
$a\pfeil b$
^D
[Para [Math InlineMath "a\\to b"]]
```
```
pandoc -f latex -t native
\newcommand\fleche{\to}
$a\fleche b$
^D
[Para [Math InlineMath "a\\to b"]]
```