content: Remove outdated new-in badges

This commit is contained in:
Joe Mooring
2025-10-21 11:25:50 -07:00
committed by Joe Mooring
parent 4b3ef4bd5c
commit 6467bda931
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -112,8 +112,6 @@ enableAutoIDPrefix
#### Passthrough #### 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. Enable the Passthrough extension to include mathematical equations and expressions in Markdown using LaTeX markup. See [mathematics in Markdown] for details.
#### Typographer #### Typographer
@@ -6,8 +6,6 @@ categories: []
keywords: [] keywords: []
--- ---
{{< new-in 0.122.0 />}}
## Overview ## 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][]. 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][].
@@ -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. : (`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 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`. : (`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 targetType