mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-22 16:26:45 +00:00
317 B
317 B
% pandoc -f latex -t native
\texttt{"hi"}
^D
[ Para [ Code ( "" , [] , [] ) "\"hi\"" ] ]
% pandoc -f latex -t native
\texttt{``hi''}
^D
[ Para [ Code ( "" , [] , [] ) "\8216\8216hi\8217\8217" ] ]
% pandoc -f latex -t native
\texttt{`hi'}
^D
[ Para [ Code ( "" , [] , [] ) "\8216hi\8217" ] ]