It is not hard. Just use the right tag. You want the <pre> tag here. Here, fixed it for you:
def foo(flag): if flag: print("this is indented") print("is this?")
It is not hard. Just use the right tag. You want the <pre> tag here. Here, fixed it for you: