$obj = new Object();
print $obj->getThings();
Why not have the ability to linkify getThings() or Object() within the code block?
I realize this could be a pain to implement in Markdown, but maybe we can find a solution. Perhaps references at the end of the post like:
[1,11:8](http://api.url/Object)
Where 1,11 is the position of the word that needs to be linkified, and 8 - the length of the word.