
Currently when you click on the above links it puts in markdown things (sorry for the lack of better name).
I would like if alt is pressed it should do the equivalent in HTML
My use case: #3621 I am using a HTML table and need to put links that need to be surrounded by <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Frefined-github%2Frefined-github%2Fissues%2FLINK">LINK</a> VS [LINK](Link)
Currently when you click on the above links it puts in markdown things (sorry for the lack of better name).
I would like if
altis pressed it should do the equivalent in HTMLMy use case: #3621 I am using a HTML table and need to put links that need to be surrounded by
<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Frefined-github%2Frefined-github%2Fissues%2FLINK">LINK</a>VS[LINK](Link)