jgm / pandoc

Universal markup converter
https://pandoc.org
Other
34.3k stars 3.37k forks source link

Smart quotation marks not handled correctly over multiple verse lines #3886

Closed adunning closed 5 years ago

adunning commented 7 years ago

With pandoc 1.19.2.1, a closing quotation mark at the end of a verse line is converted to an opening rather than a closing quote if the opening mark is on an earlier line:

pandoc -S << EOT

| "Estin nyn ellinsin kai mato poietin
|     Toy kosmoy gnorizo kai nun oila ratinta."

EOT

Result:

<div style="white-space: pre-line;">“Estin nyn ellinsin kai mato poietin
    Toy kosmoy gnorizo kai nun oila ratinta.“</div>
adunning commented 5 years ago

Duplicate of #2103.