{ "info": { "author": "Joseph Marshall", "author_email": "marshallpenguin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup :: HTML" ], "description": "mark3\n=====\n\nmark3 provides a lightweight, markdown_ to html parser for python 2.7 and 3.\n\n.. _markdown: http://daringfireball.net/projects/markdown/\n\nUsage\n-----\n\nUsing mark3 is very simple::\n\n from mark3.markdown import markdown\n html = markdown(raw_text)\n\nDeviations\n----------\n\nmark3 may differ slightly from the official markdown implementation.\n\nIf you find a difference between mark3's output and the official markdown's not\nmentioned here, please `open a ticket`__.\n\n.. _ticket: https://bitbucket.org/jlm/mark3/issues\n__ ticket_\n\nLists\n+++++\n\nA
will be placed in an
< foo bar>
\n\nInstead of the official markdown implementation output::\n\n< foo bar>
\n\n\nTabs\n++++\n\nTabs are expanded to 4 spaces before parsing. As such, output will never\ncontain tabs.\n\n\nInsignificant Whitespace\n++++++++++++++++++++++++\n\nOutputted html doesn't have as much insignificant whitespace as the official\nmarkdown implementation.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/jlm/mark3", "keywords": "markdown html", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mark3", "package_url": "https://pypi.org/project/mark3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mark3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/jlm/mark3" }, "release_url": "https://pypi.org/project/mark3/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A lightweight markdown to html converter.", "version": "0.1.2" }, "last_serial": 794520, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9184fccc2e970fab621f6cebf645dae9", "sha256": "2061f94f34ee68cc364fe90161b06bea60500c5cd77a6057c146096241418c39" }, "downloads": -1, "filename": "mark3-0.1.tar.gz", "has_sig": false, "md5_digest": "9184fccc2e970fab621f6cebf645dae9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6185, "upload_time": "2011-07-27T18:17:00", "url": "https://files.pythonhosted.org/packages/37/45/59375be945122eea61d98c31d87df43423b9a965cd73de17bec7dc0da7e8/mark3-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c39a725c64943802684907ad2c50c6ee", "sha256": "1c82051c2d928ab0f05dfd0de7d3b9ea77a59b3ad7fa7b4c7c57bf41b58a35e8" }, "downloads": -1, "filename": "mark3-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c39a725c64943802684907ad2c50c6ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6771, "upload_time": "2011-07-28T21:42:37", "url": "https://files.pythonhosted.org/packages/83/f7/8ddf93547a469778027e211827ab65a3dae1eccc3b4b18c28f02fefeb6d0/mark3-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6d23c433e4cdc7c307d1fc9d8071a17e", "sha256": "58d7f3855ff7584040bf703706a1ef42da529e1bf93fb88ec06b1426a31c1217" }, "downloads": -1, "filename": "mark3-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d23c433e4cdc7c307d1fc9d8071a17e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7187, "upload_time": "2011-08-08T20:00:13", "url": "https://files.pythonhosted.org/packages/24/c7/c73921d2e0ea014879ab5d30b206f3ddc44287de3db61a3152fc2adeb7ae/mark3-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d23c433e4cdc7c307d1fc9d8071a17e", "sha256": "58d7f3855ff7584040bf703706a1ef42da529e1bf93fb88ec06b1426a31c1217" }, "downloads": -1, "filename": "mark3-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d23c433e4cdc7c307d1fc9d8071a17e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7187, "upload_time": "2011-08-08T20:00:13", "url": "https://files.pythonhosted.org/packages/24/c7/c73921d2e0ea014879ab5d30b206f3ddc44287de3db61a3152fc2adeb7ae/mark3-0.1.2.tar.gz" } ] }