mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
47610fe3de
Closes #10781.
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" ] ]