mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
277 B
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"]]