On Mon, Jul 4, 2011 at 2:22 PM, Petite Abeille <[email protected]> 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 easily in python. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

