This
Kramdown::Document.new('"abc def"').to_latex
correctly puts opening and closing quotation marks:
Whereas having an ellipsis at the beginning of the quote
Kramdown::Document.new('"...abc def"').to_latex
gives two closing quotation marks
Behavior is the same for HTML and LaTeX output. It's not a big issue, but having an ellipsis at the beginning of a quotation is quite common in typesetting.
This
correctly puts opening and closing quotation marks:
Whereas having an ellipsis at the beginning of the quote
gives two closing quotation marks
Behavior is the same for HTML and LaTeX output. It's not a big issue, but having an ellipsis at the beginning of a quotation is quite common in typesetting.