From 9474f1ddc837daa58cb65b4e6fd4159dfcbad9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 11 Mar 2024 21:43:38 +0100 Subject: [PATCH] docs: announcement for Markdown attributes #795 --- exampleSite/content/basics/migration/_index.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 0943007553..5006bb9178 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,6 +18,12 @@ This document shows you what's new in the latest release and flags it with one o --- +## 5.26.0.beta (XXX) {#5260} + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Images and Codefences are now respecting [Hugo's Markdown attributes](https://gohugo.io/content-management/markdown-attributes/). + +--- + ## 5.25.0 (2024-02-29) {#5250} - {{% badge style="note" title=" " %}}Change{{% /badge %}} This release deprecates the [`attachments` shortcode](shortcodes/attachments) in favor of the new the [`resources` shortcode](shortcodes/resources).