Skip to content

Svelte docs lack anchor tags for external links #955

@NandkishorJadoun

Description

@NandkishorJadoun

Description:

There is a discrepancy in how external links are rendered between React and Svelte documentation pages.

The Issue:

  • React Docs: Links are correctly wrapped in (anchor) elements, allowing users to click through to external resources.

  • Svelte Docs: Links are returned as raw strings/plain text. They are not wrapped in anchor elements, which makes them unclickable and causes them to act as basic text within the v-html container.

Metadata

Metadata

Assignees

Labels

frontFrontend, Design

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions