You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have set a contact email, but the email link is not functioning correctly for our customers.
Current Behavior
When I click the Contact ${email} link, it navigates to ${the-doc-url}/#/mailto:${email}, resulting in a URL like https://elements-demo.stoplight.io/?spec=https://raw.githubusercontent.com/Redocly/museum-openapi-example/main/openapi.yaml#/mailto:[email protected].
Expected Behavior
The link should directly point to mailto:${email}.
Possible Workaround/Solution
I'm unsure why the markdown renderer is appending the URL as a prefix.
Context
We have set a contact email, but the email link is not functioning correctly for our customers.
Current Behavior
When I click the
Contact ${email}
link, it navigates to${the-doc-url}/#/mailto:${email}
, resulting in a URL likehttps://elements-demo.stoplight.io/?spec=https://raw.githubusercontent.com/Redocly/museum-openapi-example/main/openapi.yaml#/mailto:[email protected]
.Expected Behavior
The link should directly point to
mailto:${email}
.Possible Workaround/Solution
I'm unsure why the markdown renderer is appending the URL as a prefix.
Steps to Reproduce
[email protected]
.Environment
The text was updated successfully, but these errors were encountered: