-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Comments
Thanks for this report! I've notified the docs team. |
@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. |
I've raised this again with the docs team -- hopefully someone who understands the semantics can create a fix for this issue! Thanks! |
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. |
Terraform Version
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:
References
No response
The text was updated successfully, but these errors were encountered: