mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 04:57:30 -07:00
Update mfm.ts
Fix typo
This commit is contained in:
parent
41c5d0e728
commit
8156c80e6c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
import * as assert from 'assert';
|
import * as assert from 'assert';
|
||||||
|
|
||||||
import { parse, parsePlain } from '../src/mfm/parse';
|
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 { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude';
|
||||||
import { removeOrphanedBrackets } from '../src/mfm/language';
|
import { removeOrphanedBrackets } from '../src/mfm/language';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue