Prevent shy space from being added multiple times
Open
- 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 :
```
Personnalisation
```
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.