Skip to content
  • MickGe's avatar
    Fix: Heading <h1> · 98e64b72
    MickGe authored
    ```shell
    find . -path "./node_modules" -prune -type f -o -name "*.md" | xargs grep -lE "^# " | xargs grep -m1 "" | grep -E ":\-+$" | cut -d ":" -f1 | xargs perl -pi -e 's/(?<=^#)/#/g'
    ```
    98e64b72