This commit is contained in:
momizi06 2026-06-24 22:55:38 +00:00 committed by GitHub
commit 4e3e25b870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,7 +211,9 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
token.props.args.math ? 'math' :
null;
if (family) style = `font-family: ${family};`;
break;
return h('span', {
style: 'display: inline; ' + (family ? `font-family: ${family};` : ''),
}, genEl(token.children, scale));
}
case 'blur': {
return h('span', {