mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 10:16:10 +02:00
Rename html to toHtml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { INote } from '../../../models/note';
|
||||
import toHtml from '../../../mfm/html';
|
||||
import toHtml from '../../../mfm/toHtml';
|
||||
import parse from '../../../mfm/parse';
|
||||
|
||||
export default function(note: INote) {
|
||||
|
||||
Reference in New Issue
Block a user