Make image paths absolute
Created by: seancolsen
Close #286
Done with the following script from @aydun
cd docs
find . -name \*.md | xargs perl -pi -e 's/(\!.*)\.\.(\/img\/.*\.(png|jpg|gif))/$1$2/i;'
Created by: seancolsen
Close #286
Done with the following script from @aydun
cd docs
find . -name \*.md | xargs perl -pi -e 's/(\!.*)\.\.(\/img\/.*\.(png|jpg|gif))/$1$2/i;'