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

[reg-notify-github-with-api-plugin] Tables are indented unnecessarily #626

Open
senku opened this issue Dec 14, 2023 · 1 comment
Open
Labels

Comments

@senku
Copy link

senku commented Dec 14, 2023

Describe the bug

The plugin generates markdown for the table indented by 4 spaces, so it won't render correctly.

return `
| ${headerColumns.join(" | ")} |
| ${headerDelimiter.join(" | ")} |
| ${itemCount.join(" | ")} |
`;

Reproduced step

  1. Create images with diffs
  2. Run reg-suit

Expected behavior

🔴 Changed 🔵 Passing
0 1

Actual behavior

| :red_circle:  Changed | :large_blue_circle:  Passing |
|  ---  |  ---  |
| 0 | 1 |

Screenshots

nothing.

@senku senku added the bug label Dec 14, 2023
@undesicimo
Copy link

This is not reproducible in our checks 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants