[ci] format
This commit is contained in:
parent
93e633922c
commit
29acb07f64
1 changed files with 1 additions and 1 deletions
|
@ -24,9 +24,9 @@ import remarkUnwrap from './remark-unwrap.js';
|
||||||
import rehypeRaw from 'rehype-raw';
|
import rehypeRaw from 'rehype-raw';
|
||||||
import rehypeStringify from 'rehype-stringify';
|
import rehypeStringify from 'rehype-stringify';
|
||||||
import remarkGfm from 'remark-gfm';
|
import remarkGfm from 'remark-gfm';
|
||||||
import remarkSmartypants from 'remark-smartypants';
|
|
||||||
import markdown from 'remark-parse';
|
import markdown from 'remark-parse';
|
||||||
import markdownToHtml from 'remark-rehype';
|
import markdownToHtml from 'remark-rehype';
|
||||||
|
import remarkSmartypants from 'remark-smartypants';
|
||||||
import { unified } from 'unified';
|
import { unified } from 'unified';
|
||||||
import { VFile } from 'vfile';
|
import { VFile } from 'vfile';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue