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) -->
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) -->
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.