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

Adds table in markdown #173

Merged
merged 1 commit into from
Jan 22, 2021
Merged

Conversation

PuneetPunamiya
Copy link
Member

@PuneetPunamiya PuneetPunamiya commented Jan 19, 2021

  • Previously react-markdown used to not render tables
    in the markdown correctly, hence remark-gfm plugin
    is used to render the tables.

Fixes: #168

Screenshot of the tables not rendered correctly

image

Screenshot of the tables rendering improved

image

Signed-off-by: Puneet Punamiya [email protected]

Changes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 19, 2021
@PuneetPunamiya PuneetPunamiya force-pushed the markdown-tables branch 3 times, most recently from df788e9 to f5c40a9 Compare January 21, 2021 11:49
 - Previously react-markdown used to not render tables
   in the markdown correctly, hence `remark-gfm` plugin
   is used to render the tables.

Signed-off-by: Puneet Punamiya <[email protected]>
Copy link
Member

@vinamra28 vinamra28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good 👍
/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 22, 2021
@pratap0007
Copy link
Contributor

Thanks for the pr
/lgtm
/approve
/meow

@tekton-robot
Copy link

@pratap0007: cat image

In response to this:

Thanks for the pr
/lgtm
/approve
/meow

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.

@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pratap0007

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 22, 2021
@tekton-robot tekton-robot merged commit 5cd0a96 into tektoncd:master Jan 22, 2021
@vinamra28 vinamra28 deleted the markdown-tables branch January 22, 2021 08:13
@vinamra28 vinamra28 restored the markdown-tables branch January 22, 2021 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tables in resource README are not rendering properly on Hub UI
4 participants