Test for GH issue

#1
by sanchit-gandhi HF staff - opened

Angle brackets (< and >) render fine in text, but not in code snippets:

Raw:
print(0 < 1)
print(0 > 1)

Code snippet:

print(0 < 1)
print(0 > 1)

Sign up or log in to comment