sindresorhus/refined-github

The issue has been closed
Proposal: `linkify-code-block` #4687
Yash-Singh1 posted onGitHub
Description
Currently, there is linkify-code
to auto link in-code links inside files. However, code blocks in comments aren't linkified. For example:
/**
Returns a boolean for whether the given two types are equal.
@link https://github.com/microsoft/TypeScript/issues/27024#issuecomment-421529650
*/
This feature request is for the same thing as linkify-code
but in markdown code.