From 6467bda931c329e3ccbdcf222d031c18c38b967c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 21 Oct 2025 11:25:50 -0700 Subject: [PATCH] content: Remove outdated new-in badges --- content/en/configuration/markup.md | 2 -- content/en/content-management/mathematics.md | 2 -- content/en/functions/transform/Unmarshal.md | 1 - 3 files changed, 5 deletions(-) diff --git a/content/en/configuration/markup.md b/content/en/configuration/markup.md index e0b2dfea8..7b8880825 100644 --- a/content/en/configuration/markup.md +++ b/content/en/configuration/markup.md @@ -112,8 +112,6 @@ enableAutoIDPrefix #### Passthrough -{{< new-in 0.122.0 />}} - Enable the Passthrough extension to include mathematical equations and expressions in Markdown using LaTeX markup. See [mathematics in Markdown] for details. #### Typographer diff --git a/content/en/content-management/mathematics.md b/content/en/content-management/mathematics.md index 88118ed33..18c88df2e 100644 --- a/content/en/content-management/mathematics.md +++ b/content/en/content-management/mathematics.md @@ -6,8 +6,6 @@ categories: [] keywords: [] --- -{{< new-in 0.122.0 />}} - ## Overview Mathematical equations and expressions written in [LaTeX][] are common in academic and scientific publications. Your browser typically renders this mathematical markup using an open-source JavaScript display engine such as [MathJax][] or [KaTeX][]. diff --git a/content/en/functions/transform/Unmarshal.md b/content/en/functions/transform/Unmarshal.md index e05aece36..7e9726749 100644 --- a/content/en/functions/transform/Unmarshal.md +++ b/content/en/functions/transform/Unmarshal.md @@ -26,7 +26,6 @@ format : (`string`) The serialization format of the input, one of `csv`, `json`, `org`, `toml`, `xml`, or `yaml`. If empty or unspecified, Hugo infers the format from the input. For resources, this option is only needed if the file lacks an extension or to override the inferred format. For strings, it's only required when the format is ambiguous. lazyQuotes -: {{< new-in 0.122.0 />}} : (`bool`) Applicable to CSV files. Whether to allow a quote in an unquoted field, or to allow a non-doubled quote in a quoted field. Default is `false`. targetType