Here's a bullet followed by a line of code, indented with two spaces and separated by a blank line:
* Bullet point
console.log("I am code"); // [[http://secure.phabricator.com|home]]
Here's a bullet followed by the same line of code, separated by **two** blank lines:
* Bullet point
console.log("I am code"); // [[http://secure.phabricator.com|home]]
As of right now, the first code block renders for me as plain text, while the second correctly renders as a code block.