-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Replace html tables with markdown #16190
Replace html tables with markdown #16190
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 4839a59 https://deploy-preview-16190--kubernetes-io-master-staging.netlify.com |
/assign @ryanmcginnis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this pull request. It was more complicated than I thought it would be when I created the issue. Would you remove the HTML tags within the tables so the code is all Markdown instead of a mixture of Markdown and HTML?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have replaced various html tags with corresponding markdown values.Please let me know if I have missed any.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work on this PR! @sftim or one of the other Reviewers needs to give a "lgtm" review.
@aimeeu Thank you. I will wait for Tim, and squash the commits into one if there is no further change. |
/lgtm (will need another one after squashing, or an approver can /lgtm /approve in a single comment) |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@savitharaghunathan Thanks for this PR. Most of it looks great! Some of the markup inside tables isn't rendering properly, however:
In addition to formatting with Markdown instead of HTML entities, you may need to code-fence some characters or escape them.
@zacharysarah Thank you for the review. I have made the changes, Can you review once again ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@savitharaghunathan Sorry, just one more set of nits because of the size difference between regular table text and inline code, and also correcting an example. Thanks for making the changes!
@zacharysarah, I have squashed all commits into one. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #16102 . Replaced all the html tables with markdown in the following pages,
https://kubernetes.io/docs/contribute/style/style-guide/
https://kubernetes.io/docs/contribute/style/write-new-topic/