Tech-With-Tim / twtcodejam.net

Tech With Tim code jam site.
MIT License
42 stars 11 forks source link

Changed the way submission description is displayed #36

Closed BekhruzSNiyazov closed 3 years ago

BekhruzSNiyazov commented 3 years ago

Previously, the new lines were ignored. Now, Jinja loops through each character in the description and prints
if it is equal to "\n", otherwise: the character.