-
Notifications
You must be signed in to change notification settings - Fork 886
Closed
Description
Configuring it with the correct values for 'left-single-quote'
and 'right-single-quote'
, it gives wrong apostrophes, for example:
"O'Reilly" → "O‘Reilly" (correct is "O’Reilly")
"Alice'" → "Alice‘" (correct is "Alice’")
{
'markdown.extensions.smarty': {
'substitutions': {
'left-single-quote': '‚',
'right-single-quote': '‘',
'left-double-quote': '„',
'right-double-quote': '“'
}
}
}
So you should be able to tell smarty: I want apostrophes instead of right-single-quote
s.
Metadata
Metadata
Assignees
Labels
No labels