This commit is contained in:
FineArchs 2024-08-22 10:09:44 +09:00 committed by GitHub
parent ff7c7535e3
commit c6957f6c00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,7 +396,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
} else if (token.children.length === 1 && token.children[0].type === 'url') {
return [h(MkUrlPreview, {
url: token.children[0].props.url,
}];
})];
} else {
return [h('div', {
style: QUOTE_STYLE,