On 5/17/07, Milan Andric <[EMAIL PROTECTED]> wrote: ... > So how would i extend the markdown filter? > > Would this be better handled in another place, better way or different > module?
Django's filter just uses Python Markdown. Here're tips to extending Markdown and altering Django to use those extensions: http://www.freewisdom.org/projects/python-markdown/index.php#Extending http://www.freewisdom.org/projects/python-markdown/index.php#Django I think you'd probably want to be able to have a settings-based reference resolver function. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

