Thanks, Benjamin, I figured it was a version issue, I'm just so new to Python that I didn't know where to look. Sorry for polluting the list with Django questions, I thought it was an underlying Python issue, not the framework.

-id


On 01/26/2011 10:10 AM, Benjamin Kircher wrote:

Hi Ian.

Well, I did that very same tutorial a few months ago and ran into the same 
issue. It's not an issue with markdown but a feature called auto-escaping. The 
tutorial is quite old (but nonetheless good), so back in that day auto-escaping 
wasn't the default in Django. Now it is.

However, you might want consult the Django docs about auto-escaping
http://docs.djangoproject.com/en/1.2/ref/templates/builtins/#autoescape

;)

--
Benjamin
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to