mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Remove outdated new-in badges
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user