I enjoy using backticks to format names of code symbols, like gluPerspective
, in monospace font even in the flow of normal text. I also enjoy linking the names of such functions to some documentation about them, like gluPerspective. Unfortunately, when I do both at once, the result doesn't change color and therefore doesn't look like a link: gluPerspective
. (If you mouse over it, it'll get an underline, but if you didn't happen to mouse over it, there's no way to tell it's a link.)
On Stack Overflow this problem doesn't happen. See for example the first paragraph of this question, where the link is in monospace font but also colored like any other link.
Can we fix our CSS here so that links show up properly in the monospace font?