fix(core): update

This commit is contained in:
2021-10-04 13:35:20 +02:00
parent 64b50eeb1c
commit 2a5013fb56
6 changed files with 18516 additions and 2243 deletions

View File

@@ -1,5 +1,16 @@
import marked = require('marked');
// third party remark
import remark from 'remark';
import remarkHtml from 'remark-html';
export {
remark,
remarkHtml
}
// other third party stuff
import turndown from 'turndown';
// @ts-ignore
import * as turndownPluginGfm from 'turndown-plugin-gfm';
export { marked, turndown, turndownPluginGfm };
export { turndown, turndownPluginGfm };