fix(core): update

This commit is contained in:
2022-05-19 09:36:59 +02:00
parent dd1f8c928f
commit c42f3ee1b7
10 changed files with 4270 additions and 20164 deletions

View File

@@ -1,7 +1,7 @@
// third party remark
import remark from 'remark';
import remarkFrontmatter from 'remark-frontmatter';
import remarkHtml from 'remark-html';
import * as remark from 'remark';
import * as remarkFrontmatter from 'remark-frontmatter';
import * as remarkHtml from 'remark-html';
export { remark, remarkFrontmatter, remarkHtml };