respect animated mfm switch for markdown too
This commit is contained in:
parent
4ca3f4d8f2
commit
5fe51d063c
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ export const Markdown = defineComponent({
|
||||||
|
|
||||||
return h(
|
return h(
|
||||||
'span',
|
'span',
|
||||||
{ class: 'markdown-container' },
|
{
|
||||||
|
class: 'markdown-container ' + (this.$store.state.animatedMfm ? 'animated-mfm' : ''),
|
||||||
|
},
|
||||||
mapNodes(dom.childNodes)
|
mapNodes(dom.childNodes)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue