From da941c811a1026791a09a4237bd5b208653ee439 Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Wed, 5 Jun 2024 15:28:34 -0700 Subject: [PATCH 1/2] Improve border and clipping --- _freeze/docs/gallery/index/execute-results/html.json | 2 +- docs/gallery/gallery.ejs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_freeze/docs/gallery/index/execute-results/html.json b/_freeze/docs/gallery/index/execute-results/html.json index d5762b3cbd..53776d5c33 100644 --- a/_freeze/docs/gallery/index/execute-results/html.json +++ b/_freeze/docs/gallery/index/execute-results/html.json @@ -2,7 +2,7 @@ "hash": "34c1f593516a7a13e88fe325ea820ae9", "result": { "engine": "knitr", - "markdown": "---\npagetitle: \"Gallery\"\nformat:\n html:\n toc: false\nimage: articles/advanced-layout-pdf.png\nsearch: false\nexecute:\n echo: false\nlisting:\n - id: gallery\n template: gallery.ejs\n contents: gallery.yml\ndescription: |\n A gallery of example documents, websites, books, and presentations created with Quarto.\n---\n\n\n::: {#hero-banner .column-screen}\n::: {.grid .column-page}\n::: {.headline .g-col-lg-6 .g-col-12 .g-col-md-12}\n::: h1\nGallery\n:::\n\nQuarto can produce a wide variety of output formats. Here are some examples:\n\n- [Articles & Reports](#articles-reports)\n- [Presentations](#presentations)\n- [Interactive Docs](#interactive-docs)\n- [Websites](#websites)\n- [Books](#books)\n:::\n\n\n::: {.cell .g-col-lg-6 .g-col-12 .g-col-md-12}\n::: {.cell-output-display}\n\n```{=html}\n
\n
\n\n\n\n\n\n
\n
\n
\n\n\n\n
\n

Articles and reports with Python and R

\n
\n
\n
\n\n\n\n
\n

Create data-driven presentations

\n
\n
\n
\n\n\n\n
\n

Engage readers with interactivity

\n
\n
\n
\n\n\n\n
\n

Publish collections of articles as a website

\n
\n
\n
\n\n\n\n
\n

Create multi-format books

\n
\n
\n
\n\n\n
\n```\n\n:::\n:::\n\n:::\n:::\n\n::: {#gallery .column-page}\n:::\n\n\n```{=html}\n\n```\n", + "markdown": "---\npagetitle: \"Gallery\"\nformat:\n html:\n toc: false\nimage: articles/advanced-layout-pdf.png\nsearch: false\nexecute:\n echo: false\nlisting:\n - id: gallery\n template: gallery.ejs\n contents: gallery.yml\ndescription: |\n A gallery of example documents, websites, books, and presentations created with Quarto.\n---\n\n\n\n\n::: {#hero-banner .column-screen}\n::: {.grid .column-page}\n::: {.headline .g-col-lg-6 .g-col-12 .g-col-md-12}\n::: h1\nGallery\n:::\n\nQuarto can produce a wide variety of output formats. Here are some examples:\n\n- [Articles & Reports](#articles-reports)\n- [Presentations](#presentations)\n- [Interactive Docs](#interactive-docs)\n- [Websites](#websites)\n- [Books](#books)\n:::\n\n\n\n\n::: {.cell .g-col-lg-6 .g-col-12 .g-col-md-12}\n::: {.cell-output-display}\n\n```{=html}\n
\n
\n\n\n\n\n\n
\n
\n
\n\n\n\n
\n

Articles and reports with Python and R

\n
\n
\n
\n\n\n\n
\n

Create data-driven presentations

\n
\n
\n
\n\n\n\n
\n

Engage readers with interactivity

\n
\n
\n
\n\n\n\n
\n

Publish collections of articles as a website

\n
\n
\n
\n\n\n\n
\n

Create multi-format books

\n
\n
\n
\n\n\n
\n```\n\n:::\n:::\n\n\n\n:::\n:::\n\n::: {#gallery .column-page}\n:::\n\n\n\n\n```{=html}\n\n```\n", "supporting": [], "filters": [ "rmarkdown/pagebreak.lua" diff --git a/docs/gallery/gallery.ejs b/docs/gallery/gallery.ejs index d7960dffeb..d98374cd38 100644 --- a/docs/gallery/gallery.ejs +++ b/docs/gallery/gallery.ejs @@ -11,7 +11,7 @@ <% for (const tile of item.tiles) { %>
> -
+
<%= tile.title %> <% if (tile.code) { %> @@ -24,7 +24,7 @@
- <%- tile.description %> + <%- tile.description %> <% if (tile.publicationdate) { %> From 463dca3d6eee8bd9cd150d201bc196e5b20bd081 Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Wed, 5 Jun 2024 15:28:34 -0700 Subject: [PATCH 2/2] Improve border and clipping --- docs/gallery/gallery.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/gallery.ejs b/docs/gallery/gallery.ejs index d98374cd38..311911c74c 100644 --- a/docs/gallery/gallery.ejs +++ b/docs/gallery/gallery.ejs @@ -11,7 +11,7 @@ <% for (const tile of item.tiles) { %>
> -
+
<%= tile.title %> <% if (tile.code) { %>