Skip to content
  • MickGe's avatar
    Fix non-breaking space for french punctuation · d7c76752
    MickGe authored
    With:
    ```bash
    find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/( (?=[:!?;»])(?!!\[)(?!:=))|((?<=«) )/ /g'
    ```
    d7c76752