{ "info": { "author": "makerj", "author_email": "ohenwkgdj@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Software Development :: Code Generators", "Topic :: Text Processing :: Markup" ], "description": "django-markdownplus\n###################\n\n.. _description:\n\n**django markdownplus** is tiny django application that allows to use extended markdown in the templates\nDocumentaton available at github_.\n\n.. contents::\n\n.. _requirements:\n\nRequirements\n============\n\n- python >= 3.4\n- django >= 1.8\n- markdown\n- bleach\n\n\n.. _installation:\n\nInstallation\n============\n\n**Django markdown** should be installed using pip3: ::\n\n pip3 install django-markdownplus\n\n\nSetup\n=====\n\n- Add 'markdownplus' to INSTALLED_APPS ::\n\n INSTALLED_APPS += ( 'markdownplus', )\n\n\nUse django_markdownplus\n=======================\n#) Syntax: ::\n\n All basic markdown syntax\n and\n !a[alt](src title) # for