{ "info": { "author": "mrtc0", "author_email": "mrtc0.py@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django" ], "description": "# django-markdown-filter\n\n# Usage\n\n```\n{% 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```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mrtc0/django-markdown-filter", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-markdown-filter", "package_url": "https://pypi.org/project/django-markdown-filter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-markdown-filter/", "project_urls": { "Homepage": "https://github.com/mrtc0/django-markdown-filter" }, "release_url": "https://pypi.org/project/django-markdown-filter/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Markdown template filter for Django.", "version": "0.0.1" }, "last_serial": 2866153, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e1eff7bc7f9ab6821736b9c40dd2d6c0", "sha256": "91250a5da3e9ed5d144a522c9b1e03757560987a4d7f8049d6269ab4dffeeab6" }, "downloads": -1, "filename": "django_markdown_filter-0.0.1-py3.6.egg", "has_sig": false, "md5_digest": "e1eff7bc7f9ab6821736b9c40dd2d6c0", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 5191, "upload_time": "2017-05-11T05:11:03", "url": "https://files.pythonhosted.org/packages/65/ea/7f5acf67cbc7a18988a77b65b3d34c65c1242f57a14c46063250435c8a81/django_markdown_filter-0.0.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "161253b193d1c63b1a753128286a9781", "sha256": "5428cc0de796a2999ec61433d5538aa799dba1a016730aeb1c82bf6d8b98f099" }, "downloads": -1, "filename": "django-markdown-filter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "161253b193d1c63b1a753128286a9781", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2320, "upload_time": "2017-05-11T05:11:01", "url": "https://files.pythonhosted.org/packages/9c/03/02f540650d26ec83830d14cae05bd9506c39b2bd6dff51b0c63d5198760f/django-markdown-filter-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e1eff7bc7f9ab6821736b9c40dd2d6c0", "sha256": "91250a5da3e9ed5d144a522c9b1e03757560987a4d7f8049d6269ab4dffeeab6" }, "downloads": -1, "filename": "django_markdown_filter-0.0.1-py3.6.egg", "has_sig": false, "md5_digest": "e1eff7bc7f9ab6821736b9c40dd2d6c0", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 5191, "upload_time": "2017-05-11T05:11:03", "url": "https://files.pythonhosted.org/packages/65/ea/7f5acf67cbc7a18988a77b65b3d34c65c1242f57a14c46063250435c8a81/django_markdown_filter-0.0.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "161253b193d1c63b1a753128286a9781", "sha256": "5428cc0de796a2999ec61433d5538aa799dba1a016730aeb1c82bf6d8b98f099" }, "downloads": -1, "filename": "django-markdown-filter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "161253b193d1c63b1a753128286a9781", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2320, "upload_time": "2017-05-11T05:11:01", "url": "https://files.pythonhosted.org/packages/9c/03/02f540650d26ec83830d14cae05bd9506c39b2bd6dff51b0c63d5198760f/django-markdown-filter-0.0.1.tar.gz" } ] }