Is it possible to pretty up links in comments? Similar to the way we can in answers. SO says no. I'm unsuccessful finding an answer for meta-Programmers.
- TestP.Brian.Mackey– P.Brian.Mackey2011-10-28 14:03:05 +00:00Commented Oct 28, 2011 at 14:03
- Test2Michael Riley - AKA Gunny– Michael Riley - AKA Gunny2011-11-06 16:06:54 +00:00Commented Nov 6, 2011 at 16:06
- This is a test.Allan– Allan2015-04-13 16:51:35 +00:00Commented Apr 13, 2015 at 16:51
- This worksflywire– flywire2022-05-19 01:58:31 +00:00Commented May 19, 2022 at 1:58
Add a comment |
1 Answer
You mean automatically convert a link to the question title? No, that's not possible.
You can, however, use the markdown syntax to do it manually:
[Links in comments](https://softwareengineering.meta.stackexchange.com/questions/2478/links-in-comments) => Links in comments
- 1+1 Thanks, I've been wanting to know this for the longest time.P.Brian.Mackey– P.Brian.Mackey2011-10-28 14:03:42 +00:00Commented Oct 28, 2011 at 14:03