dune73 / test-4

2 stars 4 forks source link

Adding a space after all the title tags in all tutorials #71

Closed dune73 closed 6 years ago

dune73 commented 6 years ago

See #9.

PR based on @studersi's proposal:

find . -wholename "*tutorial-*/README.md" -exec sed -r -i "s/^(#{2,3})([[:alnum:]])/\1\ \2/" '{}' \;
studersi commented 6 years ago

Looking good.

dune73 commented 6 years ago

Thanks.