Skip to content

Markdown tags

hypha.apply.funds.templatetags.markdown_tags

register module-attribute

register = Library()

markdown

markdown(value)
Source code in hypha/apply/funds/templatetags/markdown_tags.py
@register.filter
def markdown(value):
    return markdown_to_html(value)