1.6 KiB
+++ disableToc = false hidden = true title = "Version 7.3" type = "releasenotes" weight = -3 +++
7.3.0 (2025-01-26)
New
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for Hugo’s built-in
detailsshortcode by mapping it to the theme'sexpandshortcode. -
{{% 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=truein yourhugo.tomlor Front Matter. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme supports the new
markdownoutput format which behaves similar in configuration as theprintoutput format but allows the Markdown source of a page to be viewed.You can see this in action on the above linked page, accessible by clicking the {{% button style="transparent" icon="fa-fw fab fa-markdown" %}}{{% /button %}} 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=falsewas set in thehugo.toml. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Further accessibility improvements were made for the anchor, copy to clipboard and mermaid reset functionality by using a HTML
buttoninstead of aspan.