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 8 9 10@register.filter def markdown(value): return markdown_to_html(value)