mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
849e4c6c23
commit
19a7259211
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> {
|
||||||
/**
|
/**
|
||||||
* A metastring to pass to the highlighter.
|
* A metastring to pass to the highlighter.
|
||||||
* Allows passing information to transformers: https://shiki.style/guide/transformers#meta
|
* Allows passing information to transformers: https://shiki.style/guide/transformers#meta
|
||||||
*
|
*
|
||||||
* @default undefined
|
* @default undefined
|
||||||
*/
|
*/
|
||||||
meta?: string;
|
meta?: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue