From 7013a2f4f60e60e6ca132397efe6482cb73ab6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de> Date: Wed, 1 Jan 2025 22:01:54 +0100 Subject: [PATCH] docs: announcement #983 --- exampleSite/content/introduction/releasenotes/7/3.en.md | 2 ++ layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/introduction/releasenotes/7/3.en.md b/exampleSite/content/introduction/releasenotes/7/3.en.md index c1ba8c73ca..07b35ab934 100644 --- a/exampleSite/content/introduction/releasenotes/7/3.en.md +++ b/exampleSite/content/introduction/releasenotes/7/3.en.md @@ -17,3 +17,5 @@ weight = -3 - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme supports the new [`markdown` output format](configuration/sitemanagement/outputformats/#markdown-support) which behaves similar in configuration as the `print` output format but allows the original Markdown source of a page to be viewed. You can see this in action on the above linked page, accessible by clikcking the topbar button. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Keyboard support for code blocks was improved so the _copy to clipboard_ button is now reachable by <kbd>TAB</kbd> if `disableHoverBlockCopyToClipBoard=false` was set in the `hugo.toml`. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 039d956259..72be53499e 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.2.1+64ffb39f359a8d4d2f3fb8e264401c5b8d1016cf \ No newline at end of file +7.2.1+841189885dea1c6f16a75cee3eaa1505966389f8 \ No newline at end of file