!#/bin/bash

for i in `cat $1`; do
echo "<section data-markdown>
 ##
 ![](./screenshots/$i)
 </section>"
done