Skip to content
  • MickGe's avatar
    Fix space behind « · ef5f8727
    MickGe authored
    With:
    ```shell
    find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=«)/ /g'
    ```
    ef5f8727