You are viewing a single comment's thread from:

RE: Starting a Coding Community on Steemit? #codeonsteemit

in #codeonsteemit8 years ago (edited)

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.

https://guides.github.com/features/mastering-markdown/