Unformatted Comments in Sololearn Web
On the web version of Sololearn, many of the courses (honestly, all of them) seem to have a differently formatted comment section. As we know, the comments are a gold mine for new learners, because its always filled with code snippets and examples. Though, compared to the mobile version where all the snippets are properly formatted or indented, the web version seem to truncate all the spacing and new lines. This is only a small inconvinience, of course. But I just wanted to know if there is some quick fix to it, as I did not see a discussion related to it. Cheers! EDIT: The issue is that, all the comments appear conjusted. A code like import random num = random.randint(5,10) print(num) Appears as... import randomnum = random.randint(5, 10)print(num)