Re: passing text formatting with sqlite3

2010-01-29 Thread Namibnat
Thanks, I was starting to try stupid things because I just wasn't getting it right. I could simply pass in the article with: {{ data|safe }} Thanks for the help. Vernon On Jan 29, 11:59 am, Daniel Roseman wrote: > On Jan 29, 8:40 am, Namibnat wrote: > > > If I have a "

passing text formatting with sqlite3

2010-01-29 Thread Namibnat
If I have a "km2" within a Sqlite3 database, how do I format the superscript to show right once it is displayed in the template. I have tried python "\xb2" mark-up, the normal HTML "sup" tags and I have tried to figure out a way to pass it with the normal Django variable mechanism. I am still ne