reg-viz/reg-suit

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

senku opened this issue · 1 comments

senku commented

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 🤔