Fix small words after sentences and between separators
blakeembrey
released this
09 Dec 14:32
·
21 commits
to main
since this release
Added
- Added support for capitalizing words after "sentence termination" (currently things like
.
,!
,?
, and:
) (#323)
Fixed
- Added support for keeping small words in dash separated words at the end of a sentence (e.g.
two-for-one
should beTwo-for-One
at the end of a sentence, notTwo-For-One
, even though the final word should be capitalized if it were to end in justFor
)