2021-04-28 23:30:16 -07:00
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -t latex
|
2021-04-28 23:30:16 -07:00
|
|
|
"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.''
|
|
|
|
```
|