Forum formatting help Marcel Wilson Created June 09, 2016 12:37 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?
Using Trial and Error to see if I can figure out how to post code samples.
/code
def foo():
print "sample code"
return
Looks like edit window is broken as well.
Test 2
{code}
def foo():
print "sample code"
return
{code}
Trying again.
[code]
def foo():
print "sample code"
return
[/code]
[code]
def foo():
print "sample code"
return
[code]
Oh, interesting. I now see the ability to change the text at the top of the edit window. Prior to now this was missing.
Just to explain the above:
Under the Paragraph symbol is a list of formats. One of them is for code.
I dont see a nice way to do that.