diff options
author | 2024-08-14 10:08:44 +0000 | |
---|---|---|
committer | 2024-08-14 10:08:44 +0000 | |
commit | 19a72592119ff4a47c8cc541990eadc1886cb0e4 (patch) | |
tree | d56de1e2595e766c2e83eb4ec6a598de47d01b18 | |
parent | 849e4c6c23e61f7fa59f583419048b998bef2475 (diff) | |
download | astro-19a72592119ff4a47c8cc541990eadc1886cb0e4.tar.gz astro-19a72592119ff4a47c8cc541990eadc1886cb0e4.tar.zst astro-19a72592119ff4a47c8cc541990eadc1886cb0e4.zip |
[ci] format
-rw-r--r-- | packages/astro/components/Code.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/components/Code.astro b/packages/astro/components/Code.astro index d1c019c60..8818b2ae0 100644 --- a/packages/astro/components/Code.astro +++ b/packages/astro/components/Code.astro @@ -26,7 +26,7 @@ interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> { /** * A metastring to pass to the highlighter. * Allows passing information to transformers: https://shiki.style/guide/transformers#meta - * + * * @default undefined */ meta?: string; |