Skip to content

Consider removing apostrophe when slugifying English contractions #105

Description

@zzzzBov

rather than converting don't and can't to don-t and can-t, consider adding a custom conversion from "'" to "" for English to turn them into dont and cant respectively.

In the odd case where single quotes are used as an actual quotation, they are typically surrounded by spaces:

Isn't this an 'example'?

would become

isnt-this-an-example

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions