reg-viz / reg-suit

:recycle: Visual Regression Testing tool
https://reg-viz.github.io/reg-suit
MIT License
1.17k stars 101 forks source link

fix(reg-notify-github-with-api-plugin): fix short description style #637

Closed shimapon closed 7 months ago

shimapon commented 7 months ago

What does this change?

This change addresses an issue where the short description in reg-notify-github-with-api-plugin was not being properly rendered in the PR comments. I have fixed it to ensure it displays correctly as Markdown.

References

I referenced a similar fix made in reg-notify-gitlab-plugin to guide this implementation.

Screenshots

In my project, the comments were being displayed like this with the current package: screenshot

What can I check for bug fixes?

Please briefly describe how you can confirm the resolution of the bug.

Quramy commented 7 months ago

Thanks!