reg-viz / reg-suit

:recycle: Visual Regression Testing tool

Home Page:https://reg-viz.github.io/reg-suit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

senku opened this issue · comments

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.

This is not reproducible in our checks 🤔