exercism / github-actions

A collection of custom GitHub actions used throughout Exercism
7 stars 11 forks source link

Fix link rendering in auto-close message #148

Closed senekor closed 10 months ago

senekor commented 10 months ago

I noticed the long link doesn't get rendered correctly, inserting a single space fixes the issue.

#                        just a single space inserted here
#                        v
[this link](very-long-url )

before:

image

after:

image

senekor commented 10 months ago

It doesn't happen every time. I suppose there must be something inside the complicated url that confuses github's markdown renderer.

ErikSchierboom commented 10 months ago

Do you have a link to where the new link format is rendered?

senekor commented 10 months ago

@ErikSchierboom I experimented by editing this message.