[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({
|
||||
type: 'element',
|
||||
tagName: 'svg',
|
||||
properties: { xmlns:"http://www.w3.org/2000/svg" },
|
||||
properties: { xmlns: 'http://www.w3.org/2000/svg' },
|
||||
children: [
|
||||
{
|
||||
type: 'element',
|
||||
tagName: 'use',
|
||||
properties: { 'xLinkHref': '#icon' }
|
||||
}
|
||||
]
|
||||
properties: { xLinkHref: '#icon' },
|
||||
},
|
||||
],
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue