ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
796 stars 68 forks source link

Adding tags around links is unnecessary and messes up GitHub formatting #237

Closed CyanoKobalamyne closed 2 years ago

CyanoKobalamyne commented 2 years ago

GitHub automatically linkifies strings that look like links. However, spr currently adds explicit <a> tags around links, which messes up the formatting for e.g. Markdown links like this that are in a list.

leoluk commented 2 years ago

This exists because we used to put the commit message into a code area to preserve formatting, requiring separate linkify.

Looks like the code area was removed but the linkify is still there. We can just remove that too now...