- Issue created by @prudloff
- last update
over 1 year ago 5 pass - @prudloff opened merge request.
- Status changed to Needs review
over 1 year ago 9:56am 24 May 2023
SmartyPants replaces single quotes that are at the end of a line.
This leads to an apostroph at the end of a line which can be surprising for users.
Enable the Use typographers quotation marks and dashes option on a French text field.
Test 'foo' is replaced by Test ‹foo’
Test 'foo' bar is replaced by Test ‹foo› bar
The regex in SmartyPants::educateQuotes()
probably needs to be tweaked.
Needs review
1.1
Code