Rename html to toHtml

This commit is contained in:
Aya Morisawa 2019-01-30 14:57:13 +09:00
parent 4c9b66b0f0
commit 3058e8f354
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2
4 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
import * as assert from 'assert';
import analyze from '../src/mfm/parse';
import toHtml from '../src/mfm/html';
import toHtml from '../src/mfm/toHtml';
import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/types';
import { removeOrphanedBrackets } from '../src/mfm/parser';