Forum formatting help

How do you format code samples in the new forum? I can't seem to find a help guide anywhere.
I'm also at a loss as to how you post images now. Did the forum get completely neutered?

1
7 comments

Using Trial and Error to see if I can figure out how to post code samples.
/code
def foo():
print "sample code"
return

1

Looks like edit window is broken as well.

Test 2
{code}
def foo():
print "sample code"
return
{code}

1

Trying again.

[code]
def foo():
print "sample code"
return
[/code]

[code]
def foo():
print "sample code"
return
[code]

1

Oh, interesting.  I now see the ability to change the text at the top of the edit window.  Prior to now this was missing.

def foo(): 
    print "sample code"
    return

 

1

Just to explain the above:

def foo:
    print "hello, world"
    return

Under the Paragraph symbol is a list of formats. One of them is for code. 

 

2
And how would I do that for just one (or two) word(s)?
0

I dont see a nice way to do that.  

0

Please sign in to leave a comment.