20 lines
582 B
Markdown
20 lines
582 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.''
|
||
|
```
|