pandoc/test/command/3958.md
2017-10-08 21:57:26 -07:00

277 B

% 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"]]