diff options
author | 2023-07-24 23:36:32 +0000 | |
---|---|---|
committer | 2023-07-24 23:36:32 +0000 | |
commit | 25e04a2ecbda7952a68220ce6739ae1c75144858 (patch) | |
tree | 1fc602a9a1cef5bb9cde6b3d3c8465f7129cbb90 /packages/integrations/markdoc/src/html/index.ts | |
parent | 7461e82c81438df956861197536f9ceeaf63d6b3 (diff) | |
download | astro-25e04a2ecbda7952a68220ce6739ae1c75144858.tar.gz astro-25e04a2ecbda7952a68220ce6739ae1c75144858.tar.zst astro-25e04a2ecbda7952a68220ce6739ae1c75144858.zip |
[ci] format
Diffstat (limited to 'packages/integrations/markdoc/src/html/index.ts')
-rw-r--r-- | packages/integrations/markdoc/src/html/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/src/html/index.ts b/packages/integrations/markdoc/src/html/index.ts index a456777f3..8798d3c9a 100644 --- a/packages/integrations/markdoc/src/html/index.ts +++ b/packages/integrations/markdoc/src/html/index.ts @@ -1,2 +1,2 @@ -export { htmlTokenTransform } from "./transform/html-token-transform"; -export { htmlTag } from "./tagdefs/html.tag"; +export { htmlTag } from './tagdefs/html.tag'; +export { htmlTokenTransform } from './transform/html-token-transform'; |