fix(core): update

This commit is contained in:
2019-06-17 14:41:57 +02:00
parent 989febe988
commit d195535ca0
4 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import marked = require('marked');
import turndown from 'turndown';
import * as turndownPluginGfm from 'turndown-plugin-gfm';
export { marked, turndown };
export { marked, turndown, turndownPluginGfm };