On Jul 5, 12:03 pm, DrBloodmoney <drbloodmo...@gmail.com> wrote:
> On Mon, Jul 4, 2011 at 2:22 PM, Petite Abeille <petite.abei...@gmail.com> 
> wrote:
>
> > On Jul 4, 2011, at 8:08 PM, leo wrote:
>
> >> what i want is
>
> > To quote the friendly manual:
>
> > "When you do want to insert a <br /> break tag using Markdown, you end a 
> > line with two or more spaces, then type return."
>
> >http://daringfireball.net/projects/markdown/syntax#p
>
> If you're copy/pasting test that's not Markdown, then Markdown will
> not magically help you. If you have unformatted text that you want to
> turn into html, you're probably going to have to do a little text
> pre-processing.

Good news: you're using Python and text processing is easy in Python.
Bad news:  even if you're using Python, you still have to know how to
use it ;)

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to