pandoc/test/command/3958.md

21 lines
301 B
Markdown
Raw Normal View History

2017-10-09 06:57:26 +02:00
```
% pandoc -f latex -t native
\texttt{"hi"}
^D
[ Para [ Code ( "", [], [] ) "\"hi\"" ] ]
2017-10-09 06:57:26 +02:00
```
```
% pandoc -f latex -t native
\texttt{``hi''}
^D
[ Para [ Code ( "", [], [] ) "\8220hi\8221" ] ]
2017-10-09 06:57:26 +02:00
```
```
% pandoc -f latex -t native
\texttt{`hi'}
^D
[ Para [ Code ( "", [], [] ) "\8216hi\8217" ] ]
2017-10-09 06:57:26 +02:00
```