{ "info": { "author": "Didi Hoffmann", "author_email": "didi@ribalba.de", "bugtrack_url": null, "classifiers": [], "description": "markdown.linktarget\n==================\n\nAdds a taget=\"_blank\" attribute to HTML links in Markdown\n\nThis extension adds a taget=\"_blank\" attribute to the HTML output when links are parsed from markdown. \nIt is not added if the href starts with a # so \n\n [link](#something) \n \nwill not be touched. Whereas:\n\n [link_text](url) will become

link_text<\n\nInstall through pip:\n\n $ pip install MarkdownLinkTarget\n \nTo enable the MarkdownLinkTarget package and use it in your markdown generation just add it like so:\n\n import markdown\n from MarkdownLinkTarget.linktarget import TargetLinkExtension\n \n result = markdown.markdown(textToRender, extensions=[TargetLinkExtension,]))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ribalba/markdown.linktarget", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "MarkdownLinkTarget", "package_url": "https://pypi.org/project/MarkdownLinkTarget/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MarkdownLinkTarget/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ribalba/markdown.linktarget" }, "release_url": "https://pypi.org/project/MarkdownLinkTarget/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Adds a taget=\"_blank\" attribute to HTML links in Markdown", "version": "0.1.0" }, "last_serial": 1419481, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7574cc6a1eafce15c7524a29e93713c8", "sha256": "ba4c7e074c163d8b87397dac61f8d75f2b7338d66628bbd9dacf33c8cfdbf85b" }, "downloads": -1, "filename": "MarkdownLinkTarget-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7574cc6a1eafce15c7524a29e93713c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1359, "upload_time": "2015-02-11T16:28:45", "url": "https://files.pythonhosted.org/packages/21/23/c5d34235da8e56dbc7f0f013555bd514411dc44bfc07510e3baae41e0383/MarkdownLinkTarget-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7574cc6a1eafce15c7524a29e93713c8", "sha256": "ba4c7e074c163d8b87397dac61f8d75f2b7338d66628bbd9dacf33c8cfdbf85b" }, "downloads": -1, "filename": "MarkdownLinkTarget-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7574cc6a1eafce15c7524a29e93713c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1359, "upload_time": "2015-02-11T16:28:45", "url": "https://files.pythonhosted.org/packages/21/23/c5d34235da8e56dbc7f0f013555bd514411dc44bfc07510e3baae41e0383/MarkdownLinkTarget-0.1.0.tar.gz" } ] }