summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-01-06 14:28:50 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-01-06 14:28:50 +0000
commit29acb07f64e82d92a826295a5ecf8be13652e91b (patch)
treeb5382f9854bc78a01a25752afbd0f496774c07d2 /packages/markdown/remark/src
parent93e633922c2e449df3bb2357b3683af1d3c0e07b (diff)
downloadastro-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.ts2
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';