So, I worked with Django comments, and I am very pleased, but a friend noted that when he posted something that was longer and had new lines, Django took them out.
For example, if I posted:
line1 line2 line3
Then it will be saved and displayed as:
line1 line2 line3
Has anyone using Django figured this out and figured out how to get around Django by pulling out newlines? I joked a bit in the Django-comments code, but have not yet found anything that could be overridden.
thanks
source share