MarkdownCodeBackground

fun MarkdownCodeBackground(color: Color, modifier: Modifier = Modifier, shape: Shape = RectangleShape, border: BorderStroke? = null, elevation: Dp = 0.dp, content: @Composable () -> Unit)