Closed
Description
It would be nice if a raw hyperlink (with no markup) in a doc comment were rendered out as an anchor tag, à la GitHub. Otherwise you have to write
/// Check out this link: [https://example.com](https://example.com)
fn foo();
This would maximize readability in the code while slightly improving the generated HTML.