Open DownGoat opened 6 years ago
Windows 10, OSX
1.6.3
Links not clickable
Link is clickable
Expose a type/operation with markdown in description. We have a Date type with the following description in schema.graphql:
schema.graphql
The `Date` scalar type represents a year, month and day in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.
ISO-8601 then becomes clickable, and takes you to Wikipedia, with no way to navigate back.
ISO-8601
@DownGoat Maybe open them in a new tab?
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
Windows 10, OSX
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.6.3
What is the expected behavior?
Links not clickable
What is the actual behavior?
Link is clickable
What steps may we take to reproduce the behavior?
Expose a type/operation with markdown in description. We have a Date type with the following description in
schema.graphql
:ISO-8601
then becomes clickable, and takes you to Wikipedia, with no way to navigate back.