-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Description
Documentation style bug
Diacritics are hard to type, and this can cause issues for downstream projects that aren't expecting non-ascii names.
Summary
As above, the löve
keyword for the Löve2D project documentation is annoying to type and can cause some downstream issues for projects that use the provided keywords for searching.
See chrisgrieser/alfred-docs-searches#19 as an example manifestation of the issue on a downstream project.
Actual style
löve
Expected style
love (or love2d)
chrisgrieser