The is the actual text in the actual way it was written:
Actual text:
if a<b
print "a is less than b!"
elsif b<a
print "b is less than a"
Can someone please explain why the following result is being produced by the above text? How does the bold text and the blue link text come into existence? If it a fault with Discourse markdown parser, please fix it. Thanks!
Result produced:
if a<b
print “a is less than b!”
elsif b<a
print “b is less than a”
Anything below that text also appears weird even after a horizontal rule is put