{ "info": { "author": "Petr H\u00e1la", "author_email": "halapetr@selfnet.cz", "bugtrack_url": null, "classifiers": [], "description": "markdown-newtab\n===============\n\n[![Build Status](https://travis-ci.org/pehala/markdown-newtab.svg?branch=master)](https://travis-ci.org/pehala/markdown-newtab)\n[![PyPI](https://img.shields.io/pypi/v/markdown3-newtab.svg)](https://pypi.python.org/pypi/markdown3-newtab)\n![CC0 License](https://img.shields.io/badge/license-CC0-lightgrey.svg)\n\nThis extension modifies the HTML output of Python-Markdown to open all\nlinks in a new tab by adding `target=\"_blank\"`. See `run_tests.py` for\nexample usage.\n\nUpdated to work on Markdown 3.0+.\n\n```\npip install markdown3-newtab\n```\n\n### Usage\n\n```python\nfrom markdown import Markdown\n\nMarkdown(extensions=[NewTabExtension()])\n```\n\nor\n\n```python\nfrom markdown import Markdown\n\nMarkdown(extensions=[markdown3-newtab])\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pehala/markdown-newtab", "keywords": "", "license": "CC0", "maintainer": "", "maintainer_email": "", "name": "markdown3-newtab", "package_url": "https://pypi.org/project/markdown3-newtab/", "platform": "", "project_url": "https://pypi.org/project/markdown3-newtab/", "project_urls": { "Homepage": "https://github.com/pehala/markdown-newtab" }, "release_url": "https://pypi.org/project/markdown3-newtab/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Markdown Extension to add target=\"_blank\" to all links.", "version": "0.2.0" }, "last_serial": 4642562, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "76e1d81ae048fb8b14fe2887e33cd34f", "sha256": "4379eee3a8b4ced2908c7826a05ab3d87f3c36dbf90fca7e02bbe225d454502b" }, "downloads": -1, "filename": "markdown3_newtab-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "76e1d81ae048fb8b14fe2887e33cd34f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5743, "upload_time": "2018-12-28T22:03:03", "url": "https://files.pythonhosted.org/packages/fb/e4/717af1542cbd58a7a73bfbc37f17b26b1e754b399fb505c930018cb2883e/markdown3_newtab-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85e775be8e5db2bb3808248fc68fe6ce", "sha256": "481d2cbaf392b1d86f835d9c5aa606ace235f533d4ad0b283c90454c714e5db2" }, "downloads": -1, "filename": "markdown3_newtab-0.2.0.tar.gz", "has_sig": false, "md5_digest": "85e775be8e5db2bb3808248fc68fe6ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2018-12-28T22:03:05", "url": "https://files.pythonhosted.org/packages/9e/75/cb121b7b01973e59233e5ae183b5f20f69f77e1076b8b0e99b83af1d4f20/markdown3_newtab-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76e1d81ae048fb8b14fe2887e33cd34f", "sha256": "4379eee3a8b4ced2908c7826a05ab3d87f3c36dbf90fca7e02bbe225d454502b" }, "downloads": -1, "filename": "markdown3_newtab-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "76e1d81ae048fb8b14fe2887e33cd34f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5743, "upload_time": "2018-12-28T22:03:03", "url": "https://files.pythonhosted.org/packages/fb/e4/717af1542cbd58a7a73bfbc37f17b26b1e754b399fb505c930018cb2883e/markdown3_newtab-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85e775be8e5db2bb3808248fc68fe6ce", "sha256": "481d2cbaf392b1d86f835d9c5aa606ace235f533d4ad0b283c90454c714e5db2" }, "downloads": -1, "filename": "markdown3_newtab-0.2.0.tar.gz", "has_sig": false, "md5_digest": "85e775be8e5db2bb3808248fc68fe6ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2018-12-28T22:03:05", "url": "https://files.pythonhosted.org/packages/9e/75/cb121b7b01973e59233e5ae183b5f20f69f77e1076b8b0e99b83af1d4f20/markdown3_newtab-0.2.0.tar.gz" } ] }