-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workinghtmlRelated to HTML exportRelated to HTML exporttextText layout, shaping, internationalization, etc.Text layout, shaping, internationalization, etc.
Description
When using HTML export, quotes aren’t being automatically handled correctly, like they would be in PDF export. Some examples:
In HTML export, using #quote[text] generates the correct U+201c and U+201d curly double quotes that we expect, a la
“text”
However, when directly quoting the text with straight quotes, "text" gets exported directly as
"text"
with the incorrect straight quotes. Same goes for single quotes, including apostrophes. So, for instance, in PDF mode shouldn't would export correctly as
shouldn’t
with the U+2019 right curly single quote, but in HTML it exports incorrectly as
shouldn't
with the straight quote.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghtmlRelated to HTML exportRelated to HTML exporttextText layout, shaping, internationalization, etc.Text layout, shaping, internationalization, etc.