What is the best way to retain that formatting and also enable users
to format their inputs with either HTML tags or some rich text editors?
Alternatively you could use a markup language that can be converted to
HTML.[2]
If you just want the newlines, you can convert them to HTML.[3]
Finally, theres a variety of different options for rich text editors,
for example django-tinymce[4]
1. http://docs.djangoproject.com/en/dev/ref/templates/builtins/#safe
2. http://docs.djangoproject.com/en/dev/ref/contrib/#ref-contrib-markup
3. http://docs.djangoproject.com/en/dev/ref/templates/builtins/#linebreaks
4. http://code.google.com/p/django-tinymce/
Thanks for pointing me to that.
> --
>
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
>