Of note, I discovered that code markdown works as well as such:
var isAwesome = false;
if (isAwesome){
return true;
}
As per the markdown guide, however syntax highlighting doesn't seem to be styled for it.
Of note, I discovered that code markdown works as well as such:
var isAwesome = false;
if (isAwesome){
return true;
}
As per the markdown guide, however syntax highlighting doesn't seem to be styled for it.