+ Default:
+ 1 &&
+ "table p-1 code-block-numbering",
+ title && "p-1",
+ !title && tokens.length > 1 && "p-1",
+ !title && tokens.length === 1 && "py-0.5 pr-0.5 pl-1"
+ )}
+ >
+ {tokens.map((line, i) => (
+ 1}
+ />
+ ))}
+
+
+ + {description} +
+ )} + {html && ( + + )} +
+
+ If you think this is a mistake, please{" "} + + report this issue on GitHub + +
+
+ 1 && "pt-docs_1 pr-docs_1",
+ tokens.length <= 1 && "!py-docs_0.5 px-docs_1"
+ )}
+ >
+ {tokens.map((line, i) => {
+ const lineProps = getLineProps({ line, key: i })
+ return (
+
+ {tokens.length > 1 && (
+
+ {i + 1}
+
+ )}
+
+ {line.map((token, key) => (
+
+ ))}
+
+
+ )
+ })}
+
+
+ expand{" "}
+ {type === "request" ? "parameter" : "property or option"},
+ {featureFlag}
+
+
+ }
+ clickable
+ >
+
+
+ {children}
+
+ )
+ },
+ kbd: Kbd,
+ details: Details,
+ a: Link,
+ ul: ({
+ className,
+ children,
+ ...props
+ }: React.HTMLAttributes