-
Notifications
You must be signed in to change notification settings - Fork 14.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
display of flag, double hyphen, parser upgrade #20915
Comments
/kind bug because people copy-and-paste from that page a lot. |
Relates to #20335 |
i think we got close to a dozen reports about this already. |
@neolit123 , Did you see/review PR #21272? |
i think i saw it, yes. is there a reason it's not merged yet? |
Not that I know of |
Things all look good now. Closing this. |
@tengqm: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a Bug Report
Double hyphen literal characters are not displaying correctly when embedded in
<code>
element.Problem:
Previously, the docs site turned off the BlackFriday parser
smartDashes
setting (config.toml).With the recent change to Hugo 0.70.0 (Goldmark parser), the dashes are no longer displaying
as dashes when the command string is embedded in the
<code>
element.One affected page:
https://kubernetes.io/docs/reference/kubectl/overview/#operations
Proposed Solution:
Investigate whether the parser can be configured or determine how to display the dashes by removing the use of
<code>
elements.For additional information, see pull requests #20848, #20909.
The text was updated successfully, but these errors were encountered: