Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/upgrade-to/v6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ If you have manual links to headings, you may need to update the anchor link val
will now generate the following HTML with a trailing hyphen in the heading `id`:

```html ins="-"
<h2 id="picture-"><code>&lt;Picture /&gt;</h2>
<h2 id="picture-"><code>&lt;Picture /&gt;</code></h2>
```

and must now be linked to as:
Expand Down