@@ -10,7 +10,7 @@ const tags = [
's', 'sup', 'sub', 'strong', 'strike', 'ul', 'br', 'hr', 'span', 'div',
];
-const attrs = ['src', 'width', 'height', 'alt', 'title', 'href', 'class', 'style'];
+const attrs = ['src', 'href', 'class', 'id', 'width', 'height', 'alt', 'title', 'style'];
module.exports = {
'tags': tags,