mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
20 lines
584 B
Markdown
20 lines
584 B
Markdown
```
|
|
% pandoc -t latex
|
|
"This is some text in quotes. Another paragraph by the same speaker follows. The first paragraph should have no close quote.
|
|
|
|
"The second paragraph should have open and close quotes."
|
|
|
|
| "Open quote on this line,
|
|
| Close quote on the next line."
|
|
| "Quotes on the same line."
|
|
^D
|
|
``This is some text in quotes. Another paragraph by the same speaker
|
|
follows. The first paragraph should have no close quote.
|
|
|
|
``The second paragraph should have open and close quotes.''
|
|
|
|
``Open quote on this line,\\
|
|
Close quote on the next line.''\\
|
|
``Quotes on the same line.''
|
|
```
|