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

Linking in documentation leading to misread character #32423

Closed
lukiffer opened this issue Dec 21, 2022 · 4 comments · Fixed by #36044
Closed

Linking in documentation leading to misread character #32423

lukiffer opened this issue Dec 21, 2022 · 4 comments · Fixed by #36044
Labels
documentation new new issue not yet triaged

Comments

@lukiffer
Copy link

Terraform Version

1.3.4

Affected Pages

https://developer.hashicorp.com/terraform/language/expressions/version-constraints

from source

https://github.com/hashicorp/terraform/blob/main/website/docs/language/expressions/version-constraints.mdx

What is the docs issue?

When viewing the markdown directly, the documentation is clear. However, on the developer.hashicorp.com website, linking is applied to each of the bulleted lists.

This leads to the > character (when linked and underlined) to read like the character, which is not supported.

In context with the rest of the document, it's clear what my mistake was, but not sure if anything can be done to avoid that mistake in the first place.

Proposal

A few options could prevent the issue:

  • Add an invisible anchor to avoid linking of the actual text in bullets.
  • Add an invisible markdown marker observed by the HTML converter to omit links to specific lines.

References

No response

@lukiffer lukiffer added documentation new new issue not yet triaged labels Dec 21, 2022
@crw
Copy link
Contributor

crw commented Jan 6, 2023

Thanks for this report! I've notified the docs team.

@tpdownes
Copy link

@crw FYI this remains an issue. It has the impact that it looks like the greater-than symbol is not a valid operator, while I am supposed to figure out Unicode for greater-than-or-equal.

Screenshot 2024-10-31 at 8 56 07 AM

@crw
Copy link
Contributor

crw commented Nov 18, 2024

I've raised this again with the docs team -- hopefully someone who understands the semantics can create a fix for this issue! Thanks!

Copy link
Contributor

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation new new issue not yet triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants