PurpurMC / PurpurWebsite

The PurpurMC website
https://purpurmc.org
13 stars 6 forks source link

Clickable issue numbers #6

Closed Intelli closed 3 years ago

Intelli commented 3 years ago

This commit turns issue numbers on the downloads page into clickable GitHub Issues links.

This is done by passing the commit comment to a new parseIssues function, which looks for exact matches of issue numbers. If a match is found, the issue number is replaced with a clickable link.

Intelli commented 3 years ago

Clickable issue numbers have been re-implemented in PHP: https://github.com/pl3xgaming/PurpurWebsite/pull/6/commits/e1938d3b06ba7d5b5c49e268de5e064a8642f63d

I've also now included clickable MC-###### issue numbers.