Preview .patch file links in markdown comment
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=233107) </details> <!--IssueSummary end--> If someone attaches a patch file to a comment, it'd be handy to be able to preview it inline. If I am reading comments ([example](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38304#note_388944139)) and want to quickly see what's in the patch, currently I have to download it and open in text editor, and later delete the file. ### Proposal Add a Preview button next to links to .patch files. On click, download file contents and display in a code block with diff syntax highlighting
issue