pandoc/test/command/3958.md

21 lines
277 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\""]]
```
```
% pandoc -f latex -t native
\texttt{``hi''}
^D
[Para [Code ("",[],[]) "\8220hi\8221"]]
```
```
% pandoc -f latex -t native
\texttt{`hi'}
^D
[Para [Code ("",[],[]) "\8216hi\8217"]]
```