diff options
author | 2022-12-22 15:40:34 +0000 | |
---|---|---|
committer | 2022-12-22 15:40:34 +0000 | |
commit | 813576b39a01ed64decf5d4c97205c2a02ae492f (patch) | |
tree | dfacde3e0f1b72dc322913c3ac07d60650aafff8 /packages/markdown/remark/src | |
parent | 853081d1c857d8ad8a9634c37ed8fd123d32d241 (diff) | |
download | astro-813576b39a01ed64decf5d4c97205c2a02ae492f.tar.gz astro-813576b39a01ed64decf5d4c97205c2a02ae492f.tar.zst astro-813576b39a01ed64decf5d4c97205c2a02ae492f.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 07df39ee8..66889108e 100644 --- a/packages/markdown/remark/src/index.ts +++ b/packages/markdown/remark/src/index.ts @@ -6,6 +6,7 @@ import rehypeEscape from './rehype-escape.js'; import rehypeExpressions from './rehype-expressions.js'; import rehypeIslands from './rehype-islands.js'; import rehypeJsx from './rehype-jsx.js'; +import toRemarkContentRelImageError from './remark-content-rel-image-error.js'; import remarkEscape from './remark-escape.js'; import { remarkInitializeAstroData } from './remark-initialize-astro-data.js'; import remarkMarkAndUnravel from './remark-mark-and-unravel.js'; @@ -14,7 +15,6 @@ import remarkPrism from './remark-prism.js'; import scopedStyles from './remark-scoped-styles.js'; import remarkShiki from './remark-shiki.js'; import remarkUnwrap from './remark-unwrap.js'; -import toRemarkContentRelImageError from './remark-content-rel-image-error.js'; import rehypeRaw from 'rehype-raw'; import rehypeStringify from 'rehype-stringify'; |