mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01: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