Section links on dynamic pages use the raw parameter, not the value #4144
Open
Description
When linking to a section on a dynamic page, the HTML is showing the parameter such as /:slug#mysection
instead of the current value of the parameter.
- Add dynamic page
- Add a box
- Give box an ID
- Add a link and select the current page and the section
- Inspect HTML and see the parameter, not its value
Related: #3560