summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src/html/index.ts
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-07-24 23:36:32 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-24 23:36:32 +0000
commit25e04a2ecbda7952a68220ce6739ae1c75144858 (patch)
tree1fc602a9a1cef5bb9cde6b3d3c8465f7129cbb90 /packages/integrations/markdoc/src/html/index.ts
parent7461e82c81438df956861197536f9ceeaf63d6b3 (diff)
downloadastro-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.ts4
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';