We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cd6db commit cb2fa61Copy full SHA for cb2fa61
1 file changed
packages/astro/components/Code.astro
@@ -10,7 +10,6 @@ import type { HTMLAttributes } from '../types.js';
10
// Code.astro always uses Shiki, so import the virtual CSS module
11
import 'virtual:astro:shiki-styles.css';
12
13
-
14
interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> {
15
/** The code to highlight. Required. */
16
code: string;
0 commit comments