From 2d852f067c717427452938bf7a557e6271f2496b Mon Sep 17 00:00:00 2001 From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:09:28 -0600 Subject: [PATCH] fix intro format --- docs/data/material/components/cards/cards.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/data/material/components/cards/cards.md b/docs/data/material/components/cards/cards.md index 3fbf534d2a93f9..310c8699c460b5 100644 --- a/docs/data/material/components/cards/cards.md +++ b/docs/data/material/components/cards/cards.md @@ -10,14 +10,11 @@ materialDesign: https://m2.material.io/components/cards

Cards contain content and actions about a single subject.

-Cards are surfaces that display content and actions on a single topic. - -They should be easy to scan for relevant and actionable information. Elements, like text and images, should be placed on them in a way that clearly indicates hierarchy. - {{"component": "modules/components/ComponentLinkHeader.js"}} ## Introduction +Cards are surfaces that display content and actions on a single topic. The Material UI Card component includes several complementary utility components to handle various use cases: - Card: a surface-level container for grouping related components.