{"id":18131641,"url":"https://github.com/mrtc0/django-markdown-filter","last_synced_at":"2025-07-04T08:33:19.583Z","repository":{"id":57420763,"uuid":"90938407","full_name":"mrtc0/django-markdown-filter","owner":"mrtc0","description":"Markdown template filter for Django","archived":false,"fork":false,"pushed_at":"2019-11-24T17:51:40.000Z","size":8,"stargazers_count":3,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T17:59:41.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtc0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-11T04:47:39.000Z","updated_at":"2020-05-11T17:21:32.000Z","dependencies_parsed_at":"2022-09-15T15:51:00.519Z","dependency_job_id":null,"html_url":"https://github.com/mrtc0/django-markdown-filter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrtc0/django-markdown-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fdjango-markdown-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fdjango-markdown-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fdjango-markdown-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fdjango-markdown-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtc0","download_url":"https://codeload.github.com/mrtc0/django-markdown-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fdjango-markdown-filter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263475671,"owners_count":23472439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-01T12:08:24.081Z","updated_at":"2025-07-04T08:33:19.536Z","avatar_url":"https://github.com/mrtc0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-markdown-filter\n\n# Usage\n\n```\n{% load markdown_filter %}\n{{ model|markdown_filter|safe }}\n```\n\nSee example.\n\n# Install\n\n```\npip install django-markdown-filter\n```\n\nTo enable dajngo-markdown-filter in your project you need to add it to INSTALLED_APPS in your projects settings.py file:\n```\nINSTALLED_APPS = [\n    ...\n    'markdown_filter',\n    ...\n]\n```\n\nAdd whitelist HTML tags to your projects settings.py file:\n```\nMARKDOWNIFY_WHITELIST_TAGS = [\n    'a',\n    'p',\n    'code',\n    'h1',\n]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fdjango-markdown-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtc0%2Fdjango-markdown-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fdjango-markdown-filter/lists"}