mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 19:42:53 +09:00
Update mfm.ts
Fix typo
This commit is contained in:
parent
41c5d0e728
commit
8156c80e6c
@ -11,7 +11,7 @@
|
||||
import * as assert from 'assert';
|
||||
|
||||
import { parse, parsePlain } from '../src/mfm/parse';
|
||||
import { toHtml } from '../src/mfm/totml';
|
||||
import { toHtml } from '../src/mfm/to-html';
|
||||
import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude';
|
||||
import { removeOrphanedBrackets } from '../src/mfm/language';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user