[ci] format
This commit is contained in:
parent
4f6ecba4c1
commit
7a6c09fac0
1 changed files with 4 additions and 4 deletions
|
@ -226,14 +226,14 @@ function rehypeSvgPlugin() {
|
||||||
tree.children.push({
|
tree.children.push({
|
||||||
type: 'element',
|
type: 'element',
|
||||||
tagName: 'svg',
|
tagName: 'svg',
|
||||||
properties: { xmlns:"http://www.w3.org/2000/svg" },
|
properties: { xmlns: 'http://www.w3.org/2000/svg' },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: 'element',
|
type: 'element',
|
||||||
tagName: 'use',
|
tagName: 'use',
|
||||||
properties: { 'xLinkHref': '#icon' }
|
properties: { xLinkHref: '#icon' },
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue