Forum - CODE tag not working

SueseSuese Posts: 120Member
The Code tag isn't working for multi-line code on Chromium browser:

One Two
Buckle My
Shoe
Three
Four


TheSuese.com - Elite Developer Backer

Comments

  • SueseSuese Posts: 120Member
    Here's a picture:
    image
    TheSuese.com - Elite Developer Backer
  • sled7sled7 Posts: 11Member
    edited January 2013
    Looks like you have to wrap your code in: <pre><code> ...your code... </code></pre>

    For example:
    int main(void) {
      printf("Hello world!\n");
      return 0;
    }
    
    Not the best, but I would recommend linking to a gist for now if that doesn't meet your needs.
    Post edited by sled7 on
Sign In or Register to comment.