diff options
author | 2023-01-06 14:28:50 +0000 | |
---|---|---|
committer | 2023-01-06 14:28:50 +0000 | |
commit | 29acb07f64e82d92a826295a5ecf8be13652e91b (patch) | |
tree | b5382f9854bc78a01a25752afbd0f496774c07d2 /packages/markdown/remark/src | |
parent | 93e633922c2e449df3bb2357b3683af1d3c0e07b (diff) | |
download | astro-29acb07f64e82d92a826295a5ecf8be13652e91b.tar.gz astro-29acb07f64e82d92a826295a5ecf8be13652e91b.tar.zst astro-29acb07f64e82d92a826295a5ecf8be13652e91b.zip |
[ci] format
Diffstat (limited to 'packages/markdown/remark/src')
-rw-r--r-- | packages/markdown/remark/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/index.ts b/packages/markdown/remark/src/index.ts index ec25870de..24cffa287 100644 --- a/packages/markdown/remark/src/index.ts +++ b/packages/markdown/remark/src/index.ts @@ -24,9 +24,9 @@ import remarkUnwrap from './remark-unwrap.js'; import rehypeRaw from 'rehype-raw'; import rehypeStringify from 'rehype-stringify'; import remarkGfm from 'remark-gfm'; -import remarkSmartypants from 'remark-smartypants'; import markdown from 'remark-parse'; import markdownToHtml from 'remark-rehype'; +import remarkSmartypants from 'remark-smartypants'; import { unified } from 'unified'; import { VFile } from 'vfile'; |