mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Merge 3d12163f3a into 079ec865e0
This commit is contained in:
commit
4e3e25b870
1 changed files with 3 additions and 1 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue