I guess you would have to preprocess the text with the template
system, reversing all the URLs, and then pass it to markdown
processing.
So, you'd have:

({% url mylink %} "Check this link")


On Jul 16, 3:11 am, gzy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I like the idea of seperating the.. "address space" of a website from
> the templates. On the other
> hand I'm keeping most of the content in the db and displaying through
> the markup filter.
> So I'm looking for a way to feed the url_bit in markdown's [link]
> (url_bit "Title") to Django's {% url %} tag.
>
> Has anybody done sth similiar? If not, what implementation would you
> suggest?
>
> ...or maybe a markdown extension is the way to go?
>
> grzes
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to