[ci] format
This commit is contained in:
parent
a9c2920264
commit
0ac87f0836
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import { toRemarkInitializeAstroData } from '@astrojs/markdown-remark/dist/internal.js';
|
||||
import { markdownConfigDefaults } from '@astrojs/markdown-remark';
|
||||
import { toRemarkInitializeAstroData } from '@astrojs/markdown-remark/dist/internal.js';
|
||||
import { compile as mdxCompile } from '@mdx-js/mdx';
|
||||
import { PluggableList } from '@mdx-js/mdx/lib/core.js';
|
||||
import mdxPlugin, { Options as MdxRollupPluginOptions } from '@mdx-js/rollup';
|
||||
|
|
|
@ -23,9 +23,9 @@ import remarkUnwrap from './remark-unwrap.js';
|
|||
|
||||
import rehypeRaw from 'rehype-raw';
|
||||
import rehypeStringify from 'rehype-stringify';
|
||||
import remarkGfm from 'remark-gfm';
|
||||
import markdown from 'remark-parse';
|
||||
import markdownToHtml from 'remark-rehype';
|
||||
import remarkGfm from 'remark-gfm';
|
||||
import { unified } from 'unified';
|
||||
import { VFile } from 'vfile';
|
||||
|
||||
|
|
Loading…
Reference in a new issue