You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems Typogrify will process capitals separated by dots and spaces, as in J. F. Kennedy. This gives an incorrect result with initials used in names (initials shouldn't be formatted differently than the rest of the name).
Perhaps these should be left alone, at least when the letters are separated by both a . and a space. Abbreviations where caps are separated with both dots and spaces are not common. This pattern is very common with names/initials.
This can be particularly annoying in pages with lots of references to scientific publications.
The text was updated successfully, but these errors were encountered:
I've run into this myself. We also have an issue with long lines of capitalized text (often seen in legal docs). The main reason this isn't fixed is I just haven't have time to figure out and write the correct regex. 😊
justinmayer
changed the title
Typografy will mangle initials in names
Typogrify will mangle initials in names
Sep 18, 2014
It seems Typogrify will process capitals separated by dots and spaces, as in
J. F. Kennedy
. This gives an incorrect result with initials used in names (initials shouldn't be formatted differently than the rest of the name).Perhaps these should be left alone, at least when the letters are separated by both a
.
and a space. Abbreviations where caps are separated with both dots and spaces are not common. This pattern is very common with names/initials.This can be particularly annoying in pages with lots of references to scientific publications.
The text was updated successfully, but these errors were encountered: