Skip to content

Fix non-breaking space for french double punctuation

MickGe requested to merge dev into master

With:

find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=[:!?;])(?!!\[)(?!:=)/ /g'

Merge request reports