Make an image list for a Github README.md


Github README markdown doesn’t allow formatting (other than width and height) on images

ls *.png | awk '{ printf "<img src=\"" $1 "\" alt=\"" $1 "\" height=\"128\" title=\" $1 \" />" }' >> README.md

Date: 2018-09-26

Tags:  bash  github  markdown

Share: