set isBlock for mfm render in embeds
This commit is contained in:
parent
abb93f1d79
commit
e87b1d2b11
7 changed files with 10 additions and 6 deletions
|
|
@ -396,7 +396,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
|
|||
}
|
||||
|
||||
case 'blockCode': {
|
||||
return [h('bdi', h('code', {
|
||||
return [h('bdi', { class: 'block' }, h('code', {
|
||||
key: Math.random(),
|
||||
lang: token.props.lang ?? undefined,
|
||||
}, token.props.code))];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue