0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Bjorn Lu 2024-08-14 10:08:44 +00:00 committed by astrobot-houston
parent 849e4c6c23
commit 19a7259211

View file

@ -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;