Wraps an image link with "img" tags
static String wrapImageLinkWithImgTag(String imageLink) { return '<img src="$imageLink">'; }