Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linked code font is sometimes indistinguishable from non-link code font except on hover #148

Open
aimurphy opened this issue Jul 12, 2024 · 0 comments
Labels
bug Something isn't working quick win

Comments

@aimurphy
Copy link
Contributor

aimurphy commented Jul 12, 2024

image

In the above screenshot, the items in the second column are links. However, it is impossible to tell that they are links unless you hover on them.

It seem the appearance is determined by how the writer crafts the links. For example, these links are in code font and have the link color, as expected:
image

If the backticks are inside the square brackets, the link is indistinguishable from regular text.

{java-client-api-ref-url}/com/datastax/astra/client/model/Filter.html[`Filter`]

If the backticks are outside the xref, the link gets the expected purple color to make it distinct.

`{ts-client-api-ref-url}/types/Filter.html[Filter<Schema>]`

Is it possible to apply the purple link color regardless of the placement of the backticks?

@eric-schneider eric-schneider added bug Something isn't working quick win labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quick win
Projects
None yet
Development

No branches or pull requests

2 participants