We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29cec4 commit 2d6deeaCopy full SHA for 2d6deea
plugins/removeXMLNS.js
@@ -25,5 +25,6 @@ exports.description =
25
exports.fn = function (item) {
26
if (item.type === 'element' && item.name === 'svg') {
27
delete item.attributes.xmlns;
28
+ delete item.attributes['xmlns:xlink'];
29
}
30
};
0 commit comments