[ref] remove unused

This commit is contained in:
kwaroran
2023-12-10 03:38:21 +09:00
parent 29e988e14d
commit 341ea3c364
9 changed files with 9 additions and 21 deletions

View File

@@ -11,15 +11,8 @@ import { selectedCharID } from './stores';
import { calcString } from './process/infunctions';
import { findCharacterbyId } from './util';
import { getInlayImage } from './image';
import { cloneDeep } from 'lodash';
import { autoMarkNew } from './plugins/automark';
const convertora = new showdown.Converter({
simpleLineBreaks: true,
strikethrough: true,
tables: true
})
const mconverted = new Marked({
gfm: true,
breaks: true,