summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src
diff options
context:
space:
mode:
authorGravatar Fugi <bluwy@users.noreply.github.com> 2024-07-17 12:24:18 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-07-17 12:24:18 +0000
commit20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1 (patch)
tree7371e377ea044fed972f6eb09ccf7eaee2f0bbc9 /packages/integrations/markdoc/src
parent0e6684983b9b24660a8fef83fe401ec1d567378a (diff)
downloadastro-20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1.tar.gz
astro-20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1.tar.zst
astro-20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1.zip
[ci] format
Diffstat (limited to 'packages/integrations/markdoc/src')
-rw-r--r--packages/integrations/markdoc/src/tokenizer.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/src/tokenizer.ts b/packages/integrations/markdoc/src/tokenizer.ts
index 001e6da06..1f5b1de28 100644
--- a/packages/integrations/markdoc/src/tokenizer.ts
+++ b/packages/integrations/markdoc/src/tokenizer.ts
@@ -29,7 +29,6 @@ export function getMarkdocTokenizer(options: MarkdocIntegrationOptions | undefin
tokenizerOptions.typographer = options.typographer;
}
-
_cachedMarkdocTokenizers[key] = new Markdoc.Tokenizer(tokenizerOptions);
}