mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
21 lines
317 B
Markdown
21 lines
317 B
Markdown
```
|
|
% 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" ] ]
|
|
```
|