content: Remove outdated new-in badges

This commit is contained in:
Joe Mooring
2025-10-09 06:43:31 -07:00
committed by GitHub
parent ce5a249f24
commit a0784f2612
3 changed files with 0 additions and 6 deletions
@@ -10,8 +10,6 @@ params:
signatures: [images.AutoOrient]
---
{{< new-in 0.121.2 />}}
## Usage
Create the filter:
-2
View File
@@ -10,8 +10,6 @@ params:
signatures: [math.Rand]
---
{{< new-in 0.121.2 />}}
The `math.Rand` function returns a pseudo-random number in the half-open [interval](g) [0.0, 1.0).
```go-html-template
@@ -10,8 +10,6 @@ params:
signatures: [transform.XMLEscape INPUT]
---
{{< new-in 0.121.0 />}}
The `transform.XMLEscape` function removes [disallowed characters] as defined in the XML specification, then escapes the result by replacing the following characters with [HTML entities]:
- `"``&#34;`