forked from FoundKeyGang/FoundKey
Update mfm.ts
Fix missed file name change
This commit is contained in:
parent
077bf11e45
commit
f62eb0fee9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
import * as assert from 'assert';
|
||||
|
||||
import { parse, parsePlain } from '../src/mfm/parse';
|
||||
import { toHtml } from '../src/mfm/toHtml';
|
||||
import { toHtml } from '../src/mfm/totml';
|
||||
import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude';
|
||||
import { removeOrphanedBrackets } from '../src/mfm/language';
|
||||
|
||||
|
|
Loading…
Reference in a new issue