Skip to content
GitLab
  • Explore
  • Sign in
  • TeDomumTeDomum
  • WebsiteWebsite
  • Repository
  • www
  • content
  • _index.md
Find file Blame History Permalink
  • MickGe's avatar
    Fix non-breaking space for french double punctuation · 6d0fe34d
    MickGe authored Oct 09, 2022
    With:
    ```bash
    find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=[:!?;])(?!!\[)(?!:=)/ /g'
    ```
    6d0fe34d