Test for GH issue
#1
by
sanchit-gandhi
- 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)
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)