Fix heading display

master
Benjamin Bädorf 2022-03-11 18:32:31 +01:00
parent f8f6564b60
commit db2190f832
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ html {
--fg: var(--black);
--interact: #3f9cff;
--interact-lite: #3f9cff;
--z-context-menu: 3000;
}

View File

@ -36,7 +36,7 @@ export default defineComponent({
return () => h(
`h${props.data.level}`,
{
class: classes,
class: classes.value,
innerHTML: props.data.value,
},
);