1.6 KiB
+++ disableToc = false hidden = true title = "Version 7.3" type = "releasenotes" weight = -3 +++
7.3.0 (2025-01-02)
New
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for Hugo’s built-in
details
shortcode by mapping it to the theme'sexpand
shortcode. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The topbar button for the print format can now be hidden if the print output format is active by setting
disablePrintButton=true
in yourhugo.toml
or Front Matter. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme supports the new
markdown
output format which behaves similar in configuration as theprint
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 TAB if
disableHoverBlockCopyToClipBoard=false
was set in thehugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Futher accessibility impovements were made for the anchor, copy to clipboard and mermaid reset functionality by using a HTML
button
instead of aspan
.