mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
9 lines
204 B
Markdown
9 lines
204 B
Markdown
```
|
|
% 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.
|
|
```
|