blob: 71860afd214c7072eeffd910f0eeca8fad5f1359 (
plain)
1
2
3
4
5
6
7
8
|
```
% pandoc -f latex -t markdown --wrap=preserve
This is \texttt{--flag} with dashes.
This is the same --flag without a code.
^D
This is `--flag` with dashes.
This is the same --flag without a code.
```
|