Skip to content

Commit

Permalink
Remove some expired new-in
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 8, 2024
1 parent a9c5981 commit fcc3ed6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/content-management/syntax-highlighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Options:
* `linenostart=199`: starts the line number count from 199.
* `anchorlinenos`: Configure anchors on line numbers. Valid values are `true` or `false`;
* `lineanchors`: Configure a prefix for the anchors on line numbers. Will be suffixed with `-`, so linking to the line number 1 with the option `lineanchors=prefix` adds the anchor `prefix-1` to the page.
* `hl_inline` Highlight inside a `<code>` (inline HTML element) tag. Valid values are `true` or `false`. The `code` tag will get a class with name `code-inline`. {{< new-in 0.101.0 >}}
* `hl_inline` Highlight inside a `<code>` (inline HTML element) tag. Valid values are `true` or `false`. The `code` tag will get a class with name `code-inline`.

### Example: highlight shortcode

Expand Down
2 changes: 0 additions & 2 deletions content/en/functions/hugo/GoVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ action:
signatures: [hugo.GoVersion]
---

{{< new-in 0.101.0 >}}

```go-html-template
{{ hugo.GoVersion }} → go1.21.1
```
2 changes: 0 additions & 2 deletions content/en/functions/path/BaseName.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ action:
aliases: [/functions/path.basename]
---

{{< new-in 0.101.0 >}}

```go-html-template
{{ path.BaseName "a/news.html" }} → news
{{ path.BaseName "news.html" }} → news
Expand Down

0 comments on commit fcc3ed6

Please sign in to comment.