read-only
Allow only basic text tags and the image tag.
In addition to the tags from basic, the img
tag is also
allowed.
Allowed attributes for the img
tag are: align
, alt
, height
,
title
and width
.
img
allows the src
attribute if it contains a valid
uri and its scheme is blank, http
, https
or data
.