From ddbc7385f5e554ddc1de0af24b6ded2c7cbc44b7 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Thu, 23 Jul 2026 11:57:38 -0400 Subject: [PATCH 1/2] Allow multiples displayed better --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 16be50e7a..2d749a73f 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,10 @@ The **QA** environment is a dedicated, short-lived testing space. It is deployed > #### Featured Items > > A feature has been added that lets users customize their collections by adding a carousel with featured collections, datasets, files, blog posts, news, and other types of content. +> +> #### Cleaner Display When Fields Allow Multiples +> +> When fields such allow multiples, a cleaner display with linebreaks is shown. From ae2cdf22736904ac26b41d918247c92baf4252d5 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 31 Jul 2026 16:35:55 -0400 Subject: [PATCH 2/2] remove extra space to make prettier (and me!) happy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d749a73f..70af1a985 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ The **QA** environment is a dedicated, short-lived testing space. It is deployed > > #### Cleaner Display When Fields Allow Multiples > -> When fields such allow multiples, a cleaner display with linebreaks is shown. +> When fields such allow multiples, a cleaner display with linebreaks is shown.