Skip to content

Opening quotation mark with ellipsis problem #253

@michaelfranzl

Description

@michaelfranzl

This

Kramdown::Document.new('"abc def"').to_latex

correctly puts opening and closing quotation marks:

``abc def''

Whereas having an ellipsis at the beginning of the quote

Kramdown::Document.new('"...abc def"').to_latex

gives two closing quotation marks

 ''\\ldots{}abc def''

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions