flask-markdown
flask-markdown copied to clipboard
Jinja url_for
Is there anyway to incorporate the flask/jinja url_for links into a markdown url?
I'm trying [link text]( {{ url_for('my_site.route') }} ), which doesn't work.