Github README markdown doesn’t allow formatting (other than width and height) on images
width
height
ls *.png | awk '{ printf "<img src=\"" $1 "\" alt=\"" $1 "\" height=\"128\" title=\" $1 \" />" }' >> README.md
Date: 2018-09-26
Tags: bash github markdown
Share: