jolicode / jolicode/JoliTypo

Prevent shy space from being added multiple times

Open
#57 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
PHP
Stars
351
Forks
29
Avg merge
1h 36m
Merged PRs (30d)
3

Description

I sometimes use JoliTypo to fix a text which has already been fixed before. If my text contains `Personnalisation`, after multiple saves, as many `­` will be added, which ends up giving me this kind of content :
```
Person­­­­­­­­na­­­­­­­­li­­­­­­­­sa­­­­­­­­tion
```
A lazy solution would be to replace (with regexp) `­­` with `­`.

Todo :
- [ ] Check if this is happening with other fixers
- [ ] Check if this is du to JoliTypo or org_heigl/hyphenator

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.