|
@@ -2,7 +2,6 @@ import MarkdownIt from 'markdown-it';
|
|
|
|
|
|
|
|
import Linker from './PreProcessor/Linker';
|
|
import Linker from './PreProcessor/Linker';
|
|
|
import CsvToTable from './PreProcessor/CsvToTable';
|
|
import CsvToTable from './PreProcessor/CsvToTable';
|
|
|
-import EasyGrid from './PreProcessor/EasyGrid';
|
|
|
|
|
import XssFilter from './PreProcessor/XssFilter';
|
|
import XssFilter from './PreProcessor/XssFilter';
|
|
|
|
|
|
|
|
import EmojiConfigurer from './markdown-it/emoji';
|
|
import EmojiConfigurer from './markdown-it/emoji';
|
|
@@ -38,7 +37,6 @@ export default class GrowiRenderer {
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|
|
|
this.preProcessors = [
|
|
this.preProcessors = [
|
|
|
- new EasyGrid(appContainer),
|
|
|
|
|
new Linker(appContainer),
|
|
new Linker(appContainer),
|
|
|
new CsvToTable(appContainer),
|
|
new CsvToTable(appContainer),
|
|
|
new XssFilter(appContainer),
|
|
new XssFilter(appContainer),
|