Hello,
I'm writing my own blogging application for Django (yes, I want to  
reinvent the wheel, for learning and fun) ;-)
According to documentation django.contrib.markup provides an interface  
to markdown, textile and restructered text. Now I wonder which one to  
choose for a) blog entries b) comments

For a) it's important for me to have the possibility to embed raw  
HTML. AFAIK markdown provides hat possiblity, is it also possible with  
textile and reST?

For b) it's important the output is more or less pretty also if the  
writer is not aware of using a markup language. Or should I just stick  
with {{ comment.content | escape | urlizetrunc:40 | linebreaks }}?

What are your experiences?

Thanks,

Florian


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to