'Embed link in (html) comment block in Markdown
Is there a way we can embed hyperlink into the comment section of a (github) markdown file?
Example usage:
<!-- Please read the code of conduct before submitting, [code_of_conduct](https://link.to.code_of_conduct) -->
Solution 1:[1]
After testing various comment markdown syntaxes, using GitHub web editor, none of them are rendered as "clickable links"
For instance, [ https://google.com ]::, when editable, is still rendered as text, to be copy-pasted if you need to access its URL.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | VonC |
