Skip to content

Incorrect Markdown link formatting due to space between [] and () #18044

Description

@kakabisht

There are a couple of links in the documentation where a space exists between the link text ([]) and the URL (()). This breaks standard Markdown link formatting and prevents the links from rendering correctly.

The affected links are:

Expected behavior: Links should follow standard Markdown syntax without a space between the link text and the URL.

[Link text](url)

Actual behavior: The links currently contain a space between [] and (), which prevents them from being rendered as clickable links.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions