Refactor: Rename misskey-flavored-markdown --> mfm
This commit is contained in:
parent
620722cb55
commit
466cae524e
29 changed files with 54 additions and 54 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<misskey-flavored-markdown :text="user.name || user.username" :should-break="false" :plain-text="true" :custom-emojis="user.emojis"/>
|
||||
<mfm :text="user.name || user.username" :should-break="false" :plain-text="true" :custom-emojis="user.emojis"/>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue