Fix non-breaking space for french double punctuation
With:
find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=[:!?;])(?!!\[)(?!:=)/ /g'
With:
find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=[:!?;])(?!!\[)(?!:=)/ /g'