Summary
YCode's renderer drops href attributes from inline rich-text links. Reported via MCP: this is a platform bug with no workable fix through the content editor (including the native link route).
Steps to reproduce
- Create or edit a rich-text layer
- Add an inline link (via the editor or MCP)
- Publish / preview the page
- Inspect the rendered HTML for the link
Expected behavior
Inline rich-text links render with a working href so clicks navigate correctly.
Actual behavior
The renderer outputs the link markup without the href (or with it stripped), so the link is non-functional on the published/previewed page.
Notes
- Reported by a user through their MCP connection
- Content-editor workarounds (including the native link route) do not resolve it
- Likely affects both MCP-authored and editor-authored rich-text links if the bug is in the render path
Summary
YCode's renderer drops
hrefattributes from inline rich-text links. Reported via MCP: this is a platform bug with no workable fix through the content editor (including the native link route).Steps to reproduce
Expected behavior
Inline rich-text links render with a working
hrefso clicks navigate correctly.Actual behavior
The renderer outputs the link markup without the
href(or with it stripped), so the link is non-functional on the published/previewed page.Notes