From a126725c13d86ad855f1283476dcfc675bbf916a Mon Sep 17 00:00:00 2001 From: Yongyi Zeng Date: Fri, 29 Aug 2025 19:46:39 +0800 Subject: [PATCH] Update data-display.qmd should be ".card", not ".content". (cherry picked from commit e55386fb8aa853819389c4c9eff7c91d4f6795d1) --- docs/dashboards/data-display.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboards/data-display.qmd b/docs/dashboards/data-display.qmd index 403b6e71b7..53cc207b83 100644 --- a/docs/dashboards/data-display.qmd +++ b/docs/dashboards/data-display.qmd @@ -470,7 +470,7 @@ elsewhere. Learn more about the Gampminder dataset at ### Leading Content -Content that is included at the very top of a dashboard (and not explicitly within a `.content` div) is considered leading content, and will be included as is with no card styling (e.g. with no border). For example: +Content that is included at the very top of a dashboard (and not explicitly within a `.card` div) is considered leading content, and will be included as is with no card styling (e.g. with no border). For example: ```` {.python .pymd} --- @@ -564,4 +564,4 @@ See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for ad [Deployment](deployment.qmd) covers how to deploy both static dashboards (which require only a web host, but not a server) and Shiny dashboards (which require a Shiny Server). -[Interactivity](interactivity/index.qmd) explores the various ways to create interactive dashboards that enable more flexible data exploration. \ No newline at end of file +[Interactivity](interactivity/index.qmd) explores the various ways to create interactive dashboards that enable more flexible data exploration.