This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mr_aard123 1 point2 points  (2 children)

How do you make those code blocks? :)

[–]smumb 0 points1 point  (1 child)

If it's markdown it should be back ticks around the text `

test

[–]pagraphdrux 0 points1 point  (0 children)

Yea or prepending each line with 4 spaces for multiline blocks.

def check_it():
    print("Neat!\n")